summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-11s3: Fix Coverity ID 2473, UNINITVolker Lendecke1-2/+1
2011-04-07s3:passdb:pdb_ipa: fix a C++ implicit void * cast warningsMichael Adam1-1/+2
2011-04-06s3-pdb_ipa: Create DN for new objectSumit Bose1-0/+18
2011-04-06s3-pdb_ipa: Add ipasam_create_dom_group()Sumit Bose1-29/+214
2011-04-06s3-pdb_ipa: Add ipasam_create_user()Sumit Bose1-44/+297
2011-04-06s3-pdb_ipa: Detect IPA serverSumit Bose1-1/+7
2011-04-06s3-pdb_ipa: Use new smbldap_make_mod_blob() without a return valueSumit Bose1-38/+9
2011-04-06s3-ipasam: rename of smbldap_make_mod_blob to _smbldap_make_mod_blob.Günther Deschner1-4/+4
2011-04-06s3-pdb_ipa: Fix indentationSumit Bose1-13/+12
2011-03-31s3-libndr: add ../librpc/ndr/libndr.h include in some places.Günther Deschner2-0/+2
2011-03-30s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.Günther Deschner1-0/+48
2011-03-30s3: only include lib/privileges.h where needed.Günther Deschner1-0/+2
2011-03-30s3-passdb: move lsa_dom_info and lsa_name_info out of smb.h into passdb.Günther Deschner1-0/+16
2011-03-30s3-passdb: move util_builtin.c out of passdb.Günther Deschner1-125/+0
2011-03-30s3-passdb: move util_unixsids.c out of passdb.Günther Deschner2-130/+0
2011-03-30s3-passdb: move util_wellknown.c out of passdb.Günther Deschner2-183/+0
2011-03-30s3-passdb: add machine_sid.h and lookup_sid.hGünther Deschner3-40/+40
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner20-0/+20
2011-03-30s3-passdb: move passdb headers to passdb/proto.h.Günther Deschner1-0/+364
2011-03-30s3: create_builtin_users/administrators belongs to passdb not auth.Günther Deschner1-0/+158
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner5-0/+5
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner4-0/+4