summaryrefslogtreecommitdiffstats
path: root/source/python
Commit message (Collapse)AuthorAgeFilesLines
* r23052: sync with SAMBA_3_0_25 and start updating release notesGerald Carter2007-05-211-0/+2
|
* r22817: grab Steve's --with-python fix and update release notesGerald Carter2007-05-123-9/+8
|
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-282-4/+4
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-2311-23/+32
|
* r15093: Align to the last winbind changes.Lars Müller2006-04-151-6/+6
|
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-271-1/+1
| | | | | | | | * Fix a couple of related parsing issues. * in the info3 reply in a samlogon, return the ACB-flags (instead of returning zero) Guenther
* r13316: Let the carnage begin....Gerald Carter2006-02-031-2/+2
| | | | Sync with trunk as off r13315
* r13257: Fix python build with older python versions (e.g. 2.2.1) like in ↵Lars Müller2006-01-311-2/+2
| | | | United Linux 1 (UL) aka SuSE Linux Enterprise Server (SLES) 8.
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2006-01-281-1/+1
| | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.)
* r12441: Fix python build.Günther Deschner2005-12-221-1/+3
| | | | Guenther
* r10819: merging a couple of fixes from trunkGerald Carter2005-10-071-12/+19
| | | | | | | * only keep the registry,tdb file open when we have an open key handle * tpot's setup.py fix * removing files that no longer exist in trunk and copying some that were missing in 3.0
* r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2005-10-0711-72/+69
| | | | Jeremy.
* r9944: fix python buildGünther Deschner2005-09-021-0/+3
| | | | Guenther
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2005-07-206-100/+22
|
* r8596: Don't wrap non-existent functions. Bugzilla #2895.Tim Potter2005-07-191-45/+0
|
* r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison2005-07-193-14/+14
| | | | | | | using USER_INFO_XX structs and functions where XX was sometimes in hex and sometimes in decimal. Now it's all in decimal (should be no functionality change). Jeremy.
* r8538: honour CC in python build.Günther Deschner2005-07-181-0/+2
| | | | Guenther
* r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN.Lars Müller2005-07-131-1/+1
|
* r8431: Ensure to use dev_private and not private after Jeremy's CPP reservedLars Müller2005-07-131-2/+2
| | | | | | | names rename. Jerry: I'm not sure if we have to use the string 'dev_private' instead of 'private' as second arg to PyDict_SetItemString().
* r7960: Replace unknown SMB_XSTRDUP by known SMB_STRDUP macro.Lars Müller2005-06-272-2/+2
| | | | I still don't know why the compile doesn't fail.
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-16/+16
| | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy
* r6739: Fix for segfault in samba.winbind.auth_crap module found by Ed Plese.Tim Potter2005-05-121-1/+1
| | | | Closes bugzilla 2699.
* r6678: fix python python after talloc() shakeupGerald Carter2005-05-099-13/+14
|
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2005-03-221-1/+1
|
* r5283: Merge -r5279 and-r5280 from trunk.Tim Potter2005-02-084-8/+154
|
* r4238: More *alloc fixes.Jeremy Allison2004-12-161-7/+7
| | | | Jeremy.
* r3504: Fix incorrectly applied patch. My fault - sorry!Tim Potter2004-11-031-1/+2
|
* r3228: Fix for bugzilla #1884 from Brett Funderburg. Use the value of Tim Potter2004-10-261-2/+2
| | | | | desired_access passed in to the lsa open policy routine. Use a default value that netapps and windows likes as well.
* r2828: Fix for bugzilla #1864 from Brett again.Tim Potter2004-10-061-1/+12
| | | | Add sd->type field to security descriptor Python representation.
* r2823: Patch from Brett Funderburg to pass create options parameter to Tim Potter2004-10-051-2/+3
| | | | nt_create_andx() function.
* r2736: Fix bug in Python printerdata wraper found by Daniel Jarboe.Tim Potter2004-09-281-1/+1
|
* r1789: compiler warnings from SuSEGerald Carter2004-08-121-2/+2
|
* r1492: Rework our random number generation system.Andrew Bartlett2004-07-141-2/+2
| | | | | | | | | | On systems with /dev/urandom, this avoids a change to secrets.tdb for every fork(). For other systems, we now only re-seed after a fork, and on startup. No need to do it per-operation. This removes the 'need_reseed' parameter from generate_random_buffer(). Andrew Bartlett
* r384: Relicense tdb python module in trunk and 3.0 branch as LGPL since the Tim Potter2004-04-282-28/+28
| | | | license on tdb has changed.
* r39: * importing .cvsignore filesGerald Carter2004-04-053-4/+0
| | | | * updateing WHATSNEW with vl's change
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-0453-0/+10306
metze