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