1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-19 23:17:05 +03:00

6 Commits

Author SHA1 Message Date
Tim Potter
e0d317dd16 The libsmb module uses py_ntsec.o
(This used to be commit e27d3d20e3c51fc04f37d92c24f38f91b2d1e1e4)
2002-10-21 09:54:41 +00:00
Tim Potter
8eda50793e Remove hardcoded -I stuff. Hooray!
(This used to be commit 105ff7c5400a6b79613b6a3b72808124b17ddc60)
2002-09-19 05:49:14 +00:00
Tim Potter
b3bcdccb1c Implemented getpw{nam,uid} functions.
(This used to be commit 19adbf1faed3d076207ec55e398f15f87d48c9f7)
2002-09-11 04:55:45 +00:00
Martin Pool
0ad8d0c768 Put all Python modules into the 'samba' subpackage. Now you need to
write

  import samba.tdbutil
  samba.tdbutil.pack('f', ['hello'])

You need 'cvs update -d' to get the new subdirectory for this to build
properly.
(This used to be commit 0d3276355e0511d6aff110a3943199629b3c00fd)
2002-09-09 08:34:35 +00:00
Martin Pool
462818caba Build py_tdbpack as well.
(This used to be commit fc5e8b8f672d461809f113fe14435841608b046f)
2002-09-09 08:06:17 +00:00
Martin Pool
b2536ccfdd Python's setup.py does not need to be munged by configure.in -- it is
sufficient to just pass the relevant variables to Python from the
Makefile.  Therefore, remove setup.py.in.
(This used to be commit 8bebe9ee2b6bd56c297acc6b01cb0856aad1c4f3)
2002-09-09 07:49:25 +00:00