Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9412: Simplfy this NTLM authentication code by requiring the caller to | Andrew Bartlett | 1 | -4/+3 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -9/+10 |
2007-10-10 | r8980: Make Samba4 honour account control flags (we were asking for a | Andrew Bartlett | 1 | -3/+5 |
2007-10-10 | r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the | Andrew Bartlett | 1 | -29/+58 |
2007-10-10 | r8676: attribute lists in ldb searches must be NULL terminated | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7860: switch our ldb storage format to use a NDR encoded objectSid. This is | Andrew Tridgell | 1 | -8/+7 |
2007-10-10 | r7306: Use a consistant #define for detecting support for the Heimdal krb5 | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r7269: talloc_steal() is preferred where possible, as it can't fail and does | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r6883: Move to what simo assures me is the 'correct' way to find the NetBIOS | Andrew Bartlett | 1 | -12/+35 |
2007-10-10 | r6793: Move auth_sam to use the dnsDomain rather than the | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r6565: Cludge, cludge, cludge... | Andrew Bartlett | 1 | -8/+4 |
2007-10-10 | r5988: Fix the -P option (use machine account credentials) to use the Samba4 | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4955: fixed a couple of minor memory leaks in the auth_sam code | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r4620: - add interface functions to the auth subsystem so that callers doesn'... | Stefan Metzmacher | 1 | -312/+263 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4339: - rename auth_guest to auth_anonymous | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r3783: - don't use make proto for ldb anymore | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r3737: - Get rid of the register_subsystem() and register_backend() functions. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3190: When we don't have a PAC, do a lookup in the local ldb instead. | Andrew Bartlett | 1 | -118/+245 |
2007-10-10 | r2793: fixed the handling of primaryGroupID in auth_sam. There were two bugs, | Andrew Tridgell | 1 | -2/+12 |
2007-10-10 | r2654: fixed some more server memory leaks. We are now down to a single leak | Andrew Tridgell | 1 | -3/+15 |
2007-10-10 | r2650: fixed a memory leak in make_server_info() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2643: convert more of the auth subsyystem to the new talloc methods. This | Andrew Tridgell | 1 | -12/+12 |
2007-10-10 | r2051: switched the samdb over to using the new destructor and reference | Andrew Tridgell | 1 | -13/+1 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1518: check for ldb_search giving -1 (indicating db corruption) | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r1335: NT_STATUS_INTERNAL_DB_CORRUPTION | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r1151: fixed fill-in of force_password_change field in auth_sam | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1143: fixed spelling of sAMAccountName | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1138: allow for a user in no groups | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r1058: The start of work on the SamLogon call for NETLOGON. | Andrew Bartlett | 1 | -1/+67 |
2007-10-10 | r1028: More consistancy fixes, which should also fix the build. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r1025: Rename (across the samr and netlogon pipes, so far) | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r1019: Push the auth subsystem away from using typedef, and over to the 'all | Andrew Bartlett | 1 | -23/+25 |
2007-10-10 | r904: - fixed account expiry testing in auth_sam | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r816: - Make use of tridge's new samdb_result_sid_prefix() helper function. | Andrew Bartlett | 1 | -8/+6 |
2007-10-10 | r751: Fix debug message to print the right variable. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r743: Start on a NETLOGON server in Samba4. | Andrew Bartlett | 1 | -41/+6 |
2007-10-10 | r715: Finish the ldb conversion for the auth_sam module. | Andrew Bartlett | 1 | -29/+100 |
2007-10-10 | r708: Clean up copyright headers, to reflect code that has come and gone | Andrew Bartlett | 1 | -4/+2 |
2007-10-10 | r685: The SAM is dead! Long live the new SAM! ;-) | Andrew Bartlett | 1 | -51/+143 |
2007-10-10 | r443: Update Samba4 to the auth and NTLMSSP code from Samba3. | Andrew Bartlett | 1 | -345/+61 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 1 | -1/+1 |