summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* provision: Add idmap database handle to the result of provisionAmitay Isaacs2011-08-191-0/+2
* samba3-python: Add methods to get any entry (user/group) and its sid from idmapAmitay Isaacs2011-08-191-0/+14
* py_security: Fix comparison between two dom_sid objectsAmitay Isaacs2011-08-191-1/+9
* s3-passdb: Fix call for search_aliases(). It returns bool and not NTSTATUS.Amitay Isaacs2011-08-191-4/+1
* s3-passdb: Return list of sids from python wrapper enum_group_membersAmitay Isaacs2011-08-191-5/+9
* s3-passdb: Make arguments for python wrapper enum_group_mapping() optionalAmitay Isaacs2011-08-191-5/+10
* s3-passdb: Added python wrapper for passdb methodsAmitay Isaacs2011-08-191-21/+831
* s3-passdb: Python wrapper for passdbAmitay Isaacs2011-08-191-8/+1283
* s3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with talloc equivalents.Amitay Isaacs2011-08-194-16/+16
* Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directoryJeremy Allison2011-08-192-5/+18
* credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij2011-08-1819-34/+34
* smb_common: Fix include paths.Jelmer Vernooij2011-08-181-5/+5
* cli-raw: Add public libsmbclient-raw library.Jelmer Vernooij2011-08-188-12/+24
* libcliraw: Install more header files.Jelmer Vernooij2011-08-184-4/+4
* smb_common: Install some more headers.Jelmer Vernooij2011-08-182-2/+3
* libcliraw: Install request.h and signing.h.Jelmer Vernooij2011-08-181-1/+2
* smb_composite: Remove unnecessary include of signing header.Jelmer Vernooij2011-08-181-1/+0
* smb_composite: Integrate prototypes in header file.Jelmer Vernooij2011-08-183-4/+69
* Use public pytalloc header file.Jelmer Vernooij2011-08-140-0/+0
* s3/ldap: don't continue if we couldn't get the domain info on startupBjörn Jacke2011-08-181-7/+4
* s4-test: use dbcheck on more of our selftest databasesAndrew Tridgell2011-08-181-2/+3
* s4-test: only check one database in quickcheckAndrew Tridgell2011-08-181-1/+1
* s4-dsdb: fixed deletion of backlinks for fl2000 DCsAndrew Tridgell2011-08-181-18/+13
* s4-dsdb: added comments and fixed backlink check in repl_meta_dataAndrew Tridgell2011-08-181-2/+17
* s4-dirsync: use dsdb_module_dn_by_guid() not dsdb_find_dn_by_guid() in modulesAndrew Tridgell2011-08-181-1/+1
* samba-tool: changed samba-tool user delete to use samdb instead of Net()Andrew Tridgell2011-08-181-9/+17
* s4-samdb: added deleteuser() to samdbAndrew Tridgell2011-08-181-0/+23
* s4-test: prevent the utable test from crashingAndrew Tridgell2011-08-181-3/+5
* Adapt del_sid_from_array to Samba coding styleVolker Lendecke2011-08-171-1/+2
* Fix a typoVolker Lendecke2011-08-171-1/+1
* s3: Next step to fix MIT trustsVolker Lendecke2011-08-171-0/+4
* s3: Increase a debug level in ads_find_dcVolker Lendecke2011-08-171-1/+2
* Remove unused "sid_equal"Volker Lendecke2011-08-172-10/+0
* Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke2011-08-175-10/+11
* s3-messaging: IDMAP_ messages belongs to the Winbind rangeSimo Sorce2011-08-161-4/+4
* s3: Use ZERO_STRUCT where appropriateVolker Lendecke2011-08-161-1/+1
* tdb: increment sequence number in tdb_wipe_all().Rusty Russell2011-08-161-0/+2
* s3:registry: enhance debugging of deletekey_recursiveMichael Adam2011-08-151-0/+14
* s3:dbwrap_ctdb: improve transaction start/commit/cancel debuggingMichael Adam2011-08-151-2/+8
* s3:lib: fix a comment in tdb_unpack()Michael Adam2011-08-151-1/+1
* s3:registry: fix regdb_key_exists: the record has to contain at least the 4-b...Michael Adam2011-08-151-1/+72
* s3: avoid reading past the end of buffer in tdb_unpack 'f' if zero terminatio...Gregor Beck2011-08-151-1/+1
* s3: avoid reading past the end of buffer in tdb_unpack 'P' if zero terminatio...Gregor Beck2011-08-151-1/+3
* build: link pys3param against pytalloc-util not pytallocAndrew Bartlett2011-08-151-1/+1
* s3-passdb Use supplied pdb_methods in default passdb search handlersAndrew Bartlett2011-08-151-5/+7
* s3-prefork: Do not use mmap/mremap/munmap directlySimo Sorce2011-08-151-9/+11
* util: add function to extend anonymous shared memorySimo Sorce2011-08-142-0/+65
* replace: Check if we have mremap() availableSimo Sorce2011-08-142-0/+55
* Use public pytalloc header file.Jelmer Vernooij2011-08-145-5/+5
* s3: Fix bug 8360Volker Lendecke2011-08-141-7/+16