summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/samba3.py
Commit message (Expand)AuthorAgeFilesLines
* Use new style python classes.Jelmer Vernooij2008-08-011-6/+8
* Add docstrings to samba3 and getopt modules.Jelmer Vernooij2008-05-231-0/+3
* Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-231-0/+2
* r26629: python: Improve documentation in various places.Jelmer Vernooij2007-12-291-8/+35
* r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij2007-12-291-33/+67
* r26616: Support parsing of user data in SAmba 3 tdbsam.Jelmer Vernooij2007-12-271-59/+80
* r26608: More improvements to the upgrade code.Jelmer Vernooij2007-12-261-19/+146
* r26607: Fix reading of values and subkeys in Samba 3 registry files.Jelmer Vernooij2007-12-261-4/+24
* r26593: - More work on the python versions of samba3dump and the samba3sam te...Jelmer Vernooij2007-12-261-1/+1
* r26592: Finish fixing the samba3dump script.Jelmer Vernooij2007-12-261-10/+53
* r26591: Get the first bits of samba3dump to work again.Jelmer Vernooij2007-12-261-11/+31
* r26590: Parsing routines for the smbpasswd file and idmap database.Jelmer Vernooij2007-12-261-5/+91
* r26587: Fix reading Samba 3 WINS database and initial work on group db, alias...Jelmer Vernooij2007-12-261-31/+129
* r26585: Fix samba3.python tests.Jelmer Vernooij2007-12-261-19/+23
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-0/+224
='commitgraph'>* vfs_cifs: disable level2 oplocks if the frontend client doesn't support themStefan Metzmacher2008-03-071-1/+5 * Fix open file tracking in vfs_cifs so that oplock breaks can propagateAmin Azez2008-02-121-4/+16 * r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-7/+1 * r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-0/+1 * r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-021-0/+6 * r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-1/+4 * r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1 * r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-1/+1 * r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-3/+3 * r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-13/+13 * r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+3 * r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1 * r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-10