summaryrefslogtreecommitdiff
path: root/source4/passdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16846: Try not to segfault if the domain SID isn't there, or the searchAndrew Bartlett1-6/+14
2007-10-10r16516: Get rid of file_exists() as there already is a file_exist().Jelmer Vernooij1-1/+1
2007-10-10r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij1-1/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r14575: Move some path-related functions to libsamba-config so libsamba-utilJelmer Vernooij1-0/+1
2007-10-10r13938: Around round of splitupsJelmer Vernooij2-0/+3
2007-10-10r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij1-29/+0
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+67
2007-10-10r12670: Make a couple of dependencies stricterJelmer Vernooij1-0/+3
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett1-2/+4
2007-10-10r11316: Kill off a bit more of the old secrets system...Andrew Bartlett1-35/+1
2007-10-10r10513: Reduce some use of pstring. The main reason some parts of the code stillJelmer Vernooij1-5/+5
2007-10-10r10491: First step towards wbinfo -t: This issues a name request for the primaryVolker Lendecke1-0/+43
2007-10-10r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter1-3/+0
2007-10-10r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett1-51/+0
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij1-1/+1
2007-10-10r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett1-0/+11
2007-10-10r5781: Fix build.Tim Potter1-1/+1
2007-10-10r5585: LDB interfaces change:Simo Sorce1-2/+2
2007-10-10r5307: removed db_wrap.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+2
2007-10-10r5296: - only include the tdb headers where they are neededAndrew Tridgell1-0/+1
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-1/+1
2007-10-10r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett1-0/+22
2007-10-10r4355: More work from the elves on Christmas eve:Andrew Bartlett1-1/+1
2007-10-10r3971: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r3462: separate out the crypto includesAndrew Tridgell1-0/+1
2007-10-10r3359: Add magic auto-initialisation hooks here, to match the rest ofAndrew Bartlett1-0/+8
2007-10-10r3181: shutdown the secrets db on exit so we don't constantly get talloc leak...Andrew Tridgell1-0/+6
2007-10-10r3014: got rid of the old intra-smbd messaging system in preparation for the ...Andrew Tridgell1-3/+0
2007-10-10r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell1-6/+6
2007-10-10r1498: (merge from 3.0)Andrew Bartlett1-0/+29
2007-10-10r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett1-2/+2
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-3/+3
2007-10-10r826: removed a pile of old code, in preparation for a new ACL handling syste...Andrew Tridgell1-368/+1
2007-10-10r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett13-8477/+0
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher1-3/+6
2007-10-10r506: got rid of unused function secrets_get_trusted_domains()Andrew Tridgell1-132/+0
2007-10-10r42: importing .cvsignore filesGerald Carter1-2/+0
2004-02-18remove pdb_nisplus, its also removed in samba3, because it was brokenStefan Metzmacher1-1565/+0
2004-02-11as I renamed the PDB subsystem to PASSDB, we need to renameStefan Metzmacher5-6/+6
2004-02-09the subsystem name is 'PASSDB' so name the modules 'passdb_XXX'Stefan Metzmacher1-6/+6
2004-02-09fix pdb_ldap build if LDAP support was detectedStefan Metzmacher1-1/+1
2004-02-03- port AUTH and PASSDB subsystems to newStefan Metzmacher8-104/+375
2004-02-03- move all SMB server stuff to smb_server/*Stefan Metzmacher1-11/+0
2003-12-16a fairly large commit!Andrew Tridgell1-12/+30
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell1-2/+2
2003-12-10 * removed some unused codeAndrew Tridgell1-349/+0
2003-12-02Initial step at cleaning and splitting up configure.in.Jelmer Vernooij1-0/+11