19adbf1fae
Implemented getpw{nam,uid} functions.
-
a938863914
Added char *, uid_t and gid_t types to generic conversion routines.
-
d6d0f121d9
Fix some dodgy stuff that accidentally was committed.
-
d36fd66517
Fix imports for printerdata browser.
-
e63afabf98
Put pid number in invalid request size debug.
-
77bde1fa33
Bugfix merge:
...
>Initialise user_rid value in WINBIND_USERINFO structure returned by
>the rpc version of query_user(). This fixes a caching bug found by
>Gavrie Philipson from disksite.
-
9d639cd415
Ignore *.pyc
-
640f061ab2
Formatting tidyups before I look at implementing the sendfile in READX.
...
Jeremy.
-
06f6e71100
Change 'import spoolss' to 'from samba import spoolss'.
-
237e36124c
Ensure we've failed a lock with a lock denied message before automatically
...
pushing it onto the blocking queue.
Jeremy.
-
c93b40f43d
Fix missing braces around push lock call.
...
Jeremy.
-
6f0561acad
removing compiler warnings about shadowed globals
-
8021bbbd0c
removed warning about shadowed globals
-
97ede49e12
AbortPrinter() fix merged from APP_HEAD.
-
a9112a1e4b
Patch from Andy Levine andyl@epicrealm.com who discovered that W2K DMB's
...
return empty NetServerEnum2 on port 445, but not on port 139.
Jeremy.
-
e8f9fbd32b
Check in examples for tdb packer
-
3e19e3afdb
Updated examples for new top level module layout.
...
Fixed some bugs also.
-
b5227f0a64
change notify merge from APP_HEAD
-
3c9d24d7c3
Added final Steve French patch for "required" attributes with old
...
dir listings. Added regression test in smbtorture (in HEAD) also.
Jeremy.
-
af2168c034
Merged Steve French's fix for OS/2 EA return error being removed.
...
Jeremy.
-
db0f742e0e
Use SAM debug class in skeleton - patch from metze
...
Shouldn't we use dynamic debug classes here?
-
b3fe55838d
Patch from Steve French to fix difference in responses to
...
smbclient //server/share
ls /
on Samba and Windows 2000.
Jeremy.
-
43a39e85b6
lowercase global_myname in %L substitution
-
05e2aba52f
Merged Volkers (correct) fix from 2.2 for crash on unable to connect.
...
Jeremy.
-
29d7ee7e0d
Add python_install target. Not called by default. Delegates most
...
of the work to setup.py
-
0d3276355e
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.
-
fc5e8b8f67
Build py_tdbpack as well.
-
8bebe9ee2b
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.
-
c45364ae82
Actually, I think Jerrys patch was incorrect as it didn't ever
...
add the printing msg flag, only remove it. Also, we already
refcount the printer backchannel connection to add the connection
tdb flag just before after we register/deregister the notification
message handler.
Jerry please check !
Jeremy.
-
1f7ed8bb86
Import my code to do reasonably fast tdbpack/unpack from Python
-
a0e58fd2ce
Update documentation for newly merged modules
-
5b2fa5260e
This patch has now been applied and no longer needs to exist separately
-
2ea647bbfa
Add --with-python=PYTHONNAME configure option, so that the libraries
...
get linked for the appropriate version.
-
87396c559b
Merge tpot's Python patch. ./configure now writes to the Python
...
makefile-equivalent (setup.py). Remember to do "cvs update -d" to get
the new directory.
-
452769f595
Merge tpot's patch to add targets to build Python stuff. It's not
...
built by default.
-
c651720633
Add little meta note
-
fc5e186821
Fix crash bugs in getprinter info level code (yay unit tests).
...
Let the cli_spoolss function return invalid info level error rather
than checking for it ourselves.
-
69bb58b92e
Pass level keyword down to cli_spoolss_getform()
-
4132d9680a
Formatting tidyup.
-
d30da51956
Return WERR_UNKNOWN_LEVEL for unknown info levels.
-
1338f623c2
Return WERR_UNKNOWN_LEVEL for getprinterdriver level 6 as we don't
...
know how to decode a printer driver into a DRIVER_INFO_6 structure.
-
95831c8266
Remove todo comment.
-
fff081d344
Check no extra fields are present when parsing credentials.
-
31feae9e8f
Update patch.
-
771878a2d9
Patch from Kai Krger for the new SAM system
-
56cb03bfc6
Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystem
-
d904d50d39
change parametric option name to vfs_recycle_bin it is more sane and do not pollute standard options namespace too much
...
changed also the mode options to be indipendente boolean values, make it easier to understand how to configure them
eg:
vfs_recycle_bin:keeptree=yes
vfs_recycle_bin:versions=yes
-
db883ae1e6
forgot to commit configure with configure.in
-
67543ea43d
"disable charset" -> "display charset". oops
-
6a53a9cb7c
merge of printer change notify fix from APP_HEAD
-