summaryrefslogtreecommitdiffstats
path: root/source/python
Commit message (Collapse)AuthorAgeFilesLines
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-1050-10323/+0
|
* r24601: Fix if statements where we still expected cli_connect() to return BOOL.Lars Müller2007-10-101-1/+1
|
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
|
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-102-4/+2
|
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-102-2/+2
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1035-70/+35
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1035-35/+35
| | | | Jeremy.
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-1/+1
| | | | Guenther
* r22840: Add -pie support to Python's setup.py. This should fix build of ↵Alexander Bokovoy2007-10-101-0/+2
| | | | python libs on recent distributions that take care of security.
* r22584: Don't hardcode specific Python version.Jelmer Vernooij2007-10-102-2/+2
| | | | Patch by the Samba packaging team for Debian.
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-1/+1
| | | | | calls. No functional changes. Looks bigger than it is :-). Jeremy.
* r18801: Fix (at least the build of) python bindings.Günther Deschner2007-10-101-7/+7
| | | | Guenther
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-1/+1
|
* r18622: Fix at least the python bindings *build*, I'm sure there is much more toGünther Deschner2007-10-101-2/+2
| | | | | | do so that they actually work again. Guenther
* r18271: Big change:Gerald Carter2007-10-101-1/+1
| | | | | | | | | | | * autogenerate lsa ndr code * rename 'enum SID_NAME_USE' to 'enum lsa_SidType' * merge a log more security descriptor functions from gen_ndr/ndr_security.c in SAMBA_4_0 The most embarassing thing is the "#define strlen_m strlen" We need a real implementation in SAMBA_3_0 which I'll work on after this code is in.
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+1
| | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy.
* r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison2007-10-101-1/+1
| | | | | | by converting the lookup_XX functions to correctly return SID_NAME_TYPE enums. Jeremy.
* r15386: Missed some functions in my last commit.Deryck Hodge2007-10-101-4/+4
| | | | deryck
* r15385: Some work to bring the python code up to date with theDeryck Hodge2007-10-109-17/+17
| | | | rpc client rewrite.
* r15299: Fix import of Python modules. Fixes Bug #3567.Deryck Hodge2007-10-102-2/+11
| | | | | | | The REGVAL_CTR part is taken from Daniel Jarboe's patch he filed with the bug report. deryck
* r15180: Use tdb_lock_bystring_with_timeout().Lars Müller2007-10-101-1/+1
|
* r15093: Align to the last winbind changes.Lars Müller2007-10-101-6/+6
|
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-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 Carter2007-10-101-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üller2007-10-101-2/+2
| | | | United Linux 1 (UL) aka SuSE Linux Enterprise Server (SLES) 8.
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-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 Deschner2007-10-101-1/+3
| | | | Guenther
* r10819: merging a couple of fixes from trunkGerald Carter2007-10-101-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 Allison2007-10-1011-72/+69
| | | | Jeremy.
* r9944: fix python buildGünther Deschner2007-10-101-0/+3
| | | | Guenther
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2007-10-106-100/+22
|
* r8596: Don't wrap non-existent functions. Bugzilla #2895.Tim Potter2007-10-101-45/+0
|
* r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison2007-10-103-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 Deschner2007-10-101-0/+2
| | | | Guenther
* r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN.Lars Müller2007-10-101-1/+1
|
* r8431: Ensure to use dev_private and not private after Jeremy's CPP reservedLars Müller2007-10-101-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üller2007-10-102-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 Allison2007-10-101-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 Potter2007-10-101-1/+1
| | | | Closes bugzilla 2699.
* r6678: fix python python after talloc() shakeupGerald Carter2007-10-109-13/+14
|
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2007-10-101-1/+1
|
* r5283: Merge -r5279 and-r5280 from trunk.Tim Potter2007-10-104-8/+154
|
* r4238: More *alloc fixes.Jeremy Allison2007-10-101-7/+7
| | | | Jeremy.
* r3504: Fix incorrectly applied patch. My fault - sorry!Tim Potter2007-10-101-1/+2
|
* r3228: Fix for bugzilla #1884 from Brett Funderburg. Use the value ofTim Potter2007-10-101-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 Potter2007-10-101-1/+12
| | | | Add sd->type field to security descriptor Python representation.
* r2823: Patch from Brett Funderburg to pass create options parameter toTim Potter2007-10-101-2/+3
| | | | nt_create_andx() function.
* r2736: Fix bug in Python printerdata wraper found by Daniel Jarboe.Tim Potter2007-10-101-1/+1
|
* r1789: compiler warnings from SuSEGerald Carter2007-10-101-2/+2
|