summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2011-08-13passdb: Move python wrapper for passdb in samba3 python packageAmitay Isaacs1-1/+1
2011-08-13s3-passdb: Connect to specified samdb if location is provided, otherwise use ...Amitay Isaacs1-1/+9
2011-08-13s3-passdb: Fix the error messages and return correct NTSTATUSAmitay Isaacs1-6/+8
2011-08-13s4-scripting Rename passdb upgrade routine to avoid conflict with upgradeprov...Andrew Bartlett1-14/+7
2011-08-13s3-passdb Add support for pdb_add_sam_account() and password hashes to pdb_sa...Andrew Bartlett1-69/+222
2011-08-13s4-dsdb Add ability to force a particular SID in the upgrade caseAndrew Bartlett1-1/+2
2011-08-13s3-passdb Make pdb_element_is_changed available to all passdb modulesAndrew Bartlett3-29/+33
2011-08-13passdb: Allocate talloc stackframe before calling in pdb functions.Amitay Isaacs1-2/+32
2011-08-13passdb: Call with correct backend methods instead of default methodsAmitay Isaacs3-10/+15
2011-08-13passdb: Added python wrapper to passdbAmitay Isaacs2-0/+1560
2011-08-13passdb: Add a function to read secrets db from a specified pathAmitay Isaacs1-6/+16
2011-08-13passdb: Add a function to expose loaded backend list.Amitay Isaacs2-0/+7
2011-07-31s3-secrets: add lsa_secret passdb api.Günther Deschner2-3/+245
2011-07-31s3-passdb: add dummy calls to control global (replicated) secrets.Günther Deschner2-0/+80
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam5-5/+5
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam3-0/+3
2011-07-28s3-waf: the passdb subsystem needs to be called pdbAndrew Tridgell1-6/+6
2011-07-19First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison1-4/+4
2011-07-08lib/util Move bitmap.c to lib/utilAndrew Bartlett1-0/+1
2011-07-04s3-build link passdb modules against libpassdbAndrew Bartlett1-11/+6
2011-07-04s3-build allow_undefined_symbols=False is the default nowAndrew Bartlett1-1/+0
2011-06-28s3-waf: add some missing tdb dependencies.Günther Deschner1-1/+1
2011-06-21lib/util Remove samba-util-common!Andrew Bartlett1-3/+3
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-2/+2
2011-06-12s3-passdb: Implement new pdb trust calls for the default backendSumit Bose1-2/+102
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2-8/+8
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2-3/+3
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett3-3/+3
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett4-4/+4
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett6-15/+15
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-06-09s3:passdb/pdb_samba4.c - remove unused variableMatthias Dieter Wallnöfer1-1/+0
2011-06-09s3:passdb/pdb_samba4.c - fix a format specifier warningMatthias Dieter Wallnöfer1-1/+1
2011-06-06s3-passdb use new loadparm_init_s3 rather than reloading the smb.confAndrew Bartlett1-14/+2
2011-05-31s3:passdb: add GPL/copyright header to machine_sid.hMichael Adam1-0/+21
2011-05-31s3:passdb/proto.h: add _PASSDB_PROTO_H_ guardMichael Adam1-0/+4
2011-05-31s3:passdb/proto.h: add GPL/copyright comment headerMichael Adam1-0/+36
2011-05-25Fix numerous missing dependencies in WAF build scriptsSean Finney1-0/+3
2011-05-24Fix bug #7054 - X account flag does not work when pwdlastset is 0.Jeremy Allison1-2/+1
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett1-3/+3
2011-05-08s3-passdb: added pdb_samba4Andrew Bartlett2-0/+2123
2011-05-08s3-passdb Redirect domain GUID and SID queries to the passdb stackAndrew Bartlett1-0/+58
2011-05-06s3: only include tdb headers where needed.Günther Deschner5-0/+5
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-6/+6
2011-05-04Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...Jeremy Allison1-3/+3
2011-04-14s3: Fix Coverity ID 2471: UNINITVolker Lendecke1-2/+1
2011-04-13s3: Use wbcSidsToUnixIds in create_local_tokenVolker Lendecke2-0/+106
2011-04-13s3: Fix Coverity ID 2470: STRAY_SEMICOLONVolker Lendecke1-1/+1
2011-04-13libcli/ldap pull LIBCLI_LDAP_MESSAGE and LIBCLI_LDAP_NDR into a libraryAndrew Bartlett1-1/+1
2011-04-11s3: Fix Coverity ID 2472, UNINITVolker Lendecke1-2/+1