summaryrefslogtreecommitdiff
path: root/source3/python
Commit message (Collapse)AuthorAgeFilesLines
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-102-2/+2
| | | | (This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1035-70/+35
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1035-35/+35
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit e9a7512a9f630340004913f1379452eea8a9b6ae)
* 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. (This used to be commit b090b8983bf26779c476c047e952e475c095932e)
* r22584: Don't hardcode specific Python version.Jelmer Vernooij2007-10-102-2/+2
| | | | | Patch by the Samba packaging team for Debian. (This used to be commit 1d3f35941bc3b35e115680ac4bddc8e819a0181b)
* 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. (This used to be commit f6fa3080fee1b20df9f1968500840a88cf0ee592)
* r18801: Fix (at least the build of) python bindings.Günther Deschner2007-10-101-7/+7
| | | | | Guenther (This used to be commit fc6543ca78e5c137d77bdc7845df273aae50e5cb)
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit 50d74ce0488a9bd0980cdc6d523a210f6238ef74)
* 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 (This used to be commit 49d07d0cf9f8735f53d40dd094a0b17b4573e2b2)
* 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. (This used to be commit 3da9f80c28b1e75ef6d46d38fbb81ade6b9fa951)
* 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. (This used to be commit 9dafb7f48ca3e7af956b0a7d1720c2546fc4cfb8)
* 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. (This used to be commit ee2b2d96b60c668e37592c79e86c2fd851e15f69)
* r15386: Missed some functions in my last commit.Deryck Hodge2007-10-101-4/+4
| | | | | deryck (This used to be commit fdb5be797acce071b4c0de2c63fd54f906e340c6)
* r15385: Some work to bring the python code up to date with theDeryck Hodge2007-10-109-17/+17
| | | | | rpc client rewrite. (This used to be commit fd5bcecceb518d0683f400a61e11ce37f3d52d42)
* 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 (This used to be commit 7ca24b996628707b7e8a05041d173f046f428413)
* r15180: Use tdb_lock_bystring_with_timeout().Lars Müller2007-10-101-1/+1
| | | | (This used to be commit 1ff6ae68b66ec3c78abbadd1fb9d50e50fc247dd)
* r15093: Align to the last winbind changes.Lars Müller2007-10-101-6/+6
| | | | (This used to be commit 74fa3a2554b769382b2b3b43adfbc0cfbca3cd10)
* 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 (This used to be commit 5b89e8bc24f0fdc8b52d5c9e849aba723df34ea7)
* r13316: Let the carnage begin....Gerald Carter2007-10-101-2/+2
| | | | | Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f)
* 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. (This used to be commit 4602cb5f53f05404f10c69b01dd8fd5ac492c5c5)
* 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.) (This used to be commit f2a24de769d1b2266e576597c57a8e3b1e2a2b51)
* r12441: Fix python build.Günther Deschner2007-10-101-1/+3
| | | | | Guenther (This used to be commit e33a20c222948414a9cf92fe6f63e655aebb6b06)
* 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 (This used to be commit 6c6bf6ca5fd430a7a20bf20ed08050328660e570)
* r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2007-10-1011-72/+69
| | | | | Jeremy. (This used to be commit 4b7a60e95e8f972df05d162769f0c441a4442e56)
* r9944: fix python buildGünther Deschner2007-10-101-0/+3
| | | | | Guenther (This used to be commit 97412dbaada018f90a482176a03daf07f2e76466)
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2007-10-106-100/+22
| | | | (This used to be commit cd961e50a3029898868d21263ccacb7d5f1f07b9)
* r8596: Don't wrap non-existent functions. Bugzilla #2895.Tim Potter2007-10-101-45/+0
| | | | (This used to be commit 0a9395bb486c80799ea14f0ebe7a371da34628b5)
* 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. (This used to be commit 84651aca04cbcbf50ab2e78333cc9d9e49dd92f5)
* r8538: honour CC in python build.Günther Deschner2007-10-101-0/+2
| | | | | Guenther (This used to be commit d31510d6c56954030759e97ab8cdfc51e0abca92)
* r8435: Use OPENX_FILE_EXISTS_OPEN instead of FILE_EXISTS_OPEN.Lars Müller2007-10-101-1/+1
| | | | (This used to be commit 22acd4936875e3c98ce7e26cde05f0ce69d8cb63)
* 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(). (This used to be commit cd2c467cc46db1958aba7660f0ef7fd8af14bd63)
* 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. (This used to be commit 8cfa6873c2b57eb94b43a5aded38be7958922210)
* 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 (This used to be commit 9506b8e145982b1160a2f0aee5c9b7a54980940a)
* r6739: Fix for segfault in samba.winbind.auth_crap module found by Ed Plese.Tim Potter2007-10-101-1/+1
| | | | | Closes bugzilla 2699. (This used to be commit 16ddf2812266c314950f464a6f4d75d55de0f9d6)
* r6678: fix python python after talloc() shakeupGerald Carter2007-10-109-13/+14
| | | | (This used to be commit f629bffb1a6b8c2ea54fcfe33865b43559abbc77)
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit 85be4c5df398faa6c5bfacd1f9d2f12c39d411e1)
* r5283: Merge -r5279 and-r5280 from trunk.Tim Potter2007-10-104-8/+154
| | | | (This used to be commit 74d872287b5cf5b13512091827a9d065f1fef122)
* r4238: More *alloc fixes.Jeremy Allison2007-10-101-7/+7
| | | | | Jeremy. (This used to be commit 4d971806f4e4f5523227e378125d5601a5df271d)
* r3504: Fix incorrectly applied patch. My fault - sorry!Tim Potter2007-10-101-1/+2
| | | | (This used to be commit 43a7f7db3d1995089ac8fb279f36e9e8edb1d8bb)
* 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. (This used to be commit 9c3cffaf22c69b8c7fae12adf02aa1679de546b3)
* r2828: Fix for bugzilla #1864 from Brett again.Tim Potter2007-10-101-1/+12
| | | | | Add sd->type field to security descriptor Python representation. (This used to be commit b157a1b7c3e15a960fbc943d37abbb1bf5053a63)
* r2823: Patch from Brett Funderburg to pass create options parameter toTim Potter2007-10-101-2/+3
| | | | | nt_create_andx() function. (This used to be commit fa3e8365641e84ca361dc95bac33a9d56e9d799b)
* r2736: Fix bug in Python printerdata wraper found by Daniel Jarboe.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit 8ec28d613d6dcade135b314c6764fbafcc8ed79c)
* r1789: compiler warnings from SuSEGerald Carter2007-10-101-2/+2
| | | | (This used to be commit 7e44193be103fad273796218c8f5e5f9a1657c3c)
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-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 (This used to be commit 36741d3cf53a7bd17d361251f2bb50851cdb035f)
* r384: Relicense tdb python module in trunk and 3.0 branch as LGPL since theTim Potter2007-10-102-28/+28
| | | | | license on tdb has changed. (This used to be commit c6a18beafe702018f18acba76d7f796d7c89d2aa)
* r39: * importing .cvsignore filesGerald Carter2007-10-103-4/+0
| | | | | * updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
* Path for bugzilla #1152 from Timur Bakeyev. Allow python modules toTim Potter2004-03-241-0/+3
| | | | | build despite libraries added to LDFLAGS instead of LDPATH. (This used to be commit 98a25dcda8e53e22b48930131ff394414056f6a1)