Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23052: sync with SAMBA_3_0_25 and start updating release notes | Gerald Carter | 2007-05-21 | 1 | -0/+2 |
| | |||||
* | r22817: grab Steve's --with-python fix and update release notes | Gerald Carter | 2007-05-12 | 3 | -9/+8 |
| | |||||
* | r21585: Start syncing the monster that will become 3.0.25pre1 | Gerald Carter | 2007-02-28 | 2 | -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 Carter | 2006-05-23 | 11 | -23/+32 |
| | |||||
* | r15093: Align to the last winbind changes. | Lars Müller | 2006-04-15 | 1 | -6/+6 |
| | |||||
* | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 2006-02-27 | 1 | -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 Carter | 2006-02-03 | 1 | -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üller | 2006-01-31 | 1 | -2/+2 |
| | | | | United Linux 1 (UL) aka SuSE Linux Enterprise Server (SLES) 8. | ||||
* | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 2006-01-28 | 1 | -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 Deschner | 2005-12-22 | 1 | -1/+3 |
| | | | | Guenther | ||||
* | r10819: merging a couple of fixes from trunk | Gerald Carter | 2005-10-07 | 1 | -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 Allison | 2005-10-07 | 11 | -72/+69 |
| | | | | Jeremy. | ||||
* | r9944: fix python build | Günther Deschner | 2005-09-02 | 1 | -0/+3 |
| | | | | Guenther | ||||
* | r8654: merging cli_spoolss_XX() updates from trunk | Gerald Carter | 2005-07-20 | 6 | -100/+22 |
| | |||||
* | r8596: Don't wrap non-existent functions. Bugzilla #2895. | Tim Potter | 2005-07-19 | 1 | -45/+0 |
| | |||||
* | r8564: Sometimes we're too dumb to live... Fix samr calls where we were | Jeremy Allison | 2005-07-19 | 3 | -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 Deschner | 2005-07-18 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN. | Lars Müller | 2005-07-13 | 1 | -1/+1 |
| | |||||
* | r8431: Ensure to use dev_private and not private after Jeremy's CPP reserved | Lars Müller | 2005-07-13 | 1 | -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üller | 2005-06-27 | 2 | -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 Samba | Jeremy Allison | 2005-06-24 | 1 | -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 Potter | 2005-05-12 | 1 | -1/+1 |
| | | | | Closes bugzilla 2699. | ||||
* | r6678: fix python python after talloc() shakeup | Gerald Carter | 2005-05-09 | 9 | -13/+14 |
| | |||||
* | r5968: derrell's large file fix for libsmbclient (BUG 2505) | Gerald Carter | 2005-03-22 | 1 | -1/+1 |
| | |||||
* | r5283: Merge -r5279 and-r5280 from trunk. | Tim Potter | 2005-02-08 | 4 | -8/+154 |
| | |||||
* | r4238: More *alloc fixes. | Jeremy Allison | 2004-12-16 | 1 | -7/+7 |
| | | | | Jeremy. | ||||
* | r3504: Fix incorrectly applied patch. My fault - sorry! | Tim Potter | 2004-11-03 | 1 | -1/+2 |
| | |||||
* | r3228: Fix for bugzilla #1884 from Brett Funderburg. Use the value of | Tim Potter | 2004-10-26 | 1 | -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 Potter | 2004-10-06 | 1 | -1/+12 |
| | | | | Add sd->type field to security descriptor Python representation. | ||||
* | r2823: Patch from Brett Funderburg to pass create options parameter to | Tim Potter | 2004-10-05 | 1 | -2/+3 |
| | | | | nt_create_andx() function. | ||||
* | r2736: Fix bug in Python printerdata wraper found by Daniel Jarboe. | Tim Potter | 2004-09-28 | 1 | -1/+1 |
| | |||||
* | r1789: compiler warnings from SuSE | Gerald Carter | 2004-08-12 | 1 | -2/+2 |
| | |||||
* | r1492: Rework our random number generation system. | Andrew Bartlett | 2004-07-14 | 1 | -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 Potter | 2004-04-28 | 2 | -28/+28 |
| | | | | license on tdb has changed. | ||||
* | r39: * importing .cvsignore files | Gerald Carter | 2004-04-05 | 3 | -4/+0 |
| | | | | * updateing WHATSNEW with vl's change | ||||
* | r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunk | CVS Import User | 2004-04-04 | 53 | -0/+10306 |
metze |