summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett2007-10-104-10/+163
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-1/+1
* r3269: fixed return valueAndrew Tridgell2007-10-101-1/+1
* r3190: When we don't have a PAC, do a lookup in the local ldb instead.Andrew Bartlett2007-10-101-118/+245
* r3186: Use the properties of the new talloc() system to handle the authAndrew Bartlett2007-10-101-9/+5
* r3170: Add winbind client support back into Samba4. This is to allowAndrew Bartlett2007-10-103-37/+41
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-0/+24
* r2856: fixed a minor memory leak in the auth codeAndrew Tridgell2007-10-101-50/+61
* r2798: get rid of a unnecessary staticAndrew Tridgell2007-10-101-3/+5
* r2793: fixed the handling of primaryGroupID in auth_sam. There were two bugs,Andrew Tridgell2007-10-101-2/+12
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-101-1/+1
* r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell2007-10-101-2/+2
* r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell2007-10-101-50/+59
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-3/+15
* r2650: fixed a memory leak in make_server_info()Andrew Tridgell2007-10-105-8/+9
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2007-10-103-19/+15
* r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell2007-10-103-30/+20
* r2621: - now that the client code is non-blocking, we no longer needAndrew Tridgell2007-10-101-18/+0
* r2543: Catch one more use of sub_get_remote_machine().Andrew Bartlett2007-10-101-1/+2
* r2513: Avoid strupper/strlower when you can. This developers moduleAndrew Bartlett2007-10-101-3/+1
* r2505: Remove unused function. If/when we implement plaintext authenticatonAndrew Bartlett2007-10-101-56/+0
* r2431: got rid of strnequal() in a couple of placesAndrew Tridgell2007-10-101-1/+1
* r2104: fixed typo that causes a segvAndrew Tridgell2007-10-101-1/+1
* r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell2007-10-101-13/+1
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1982: i is not initialised or usedAndrew Tridgell2007-10-101-2/+1
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-102-50/+50
* r1518: check for ldb_search giving -1 (indicating db corruption)Andrew Tridgell2007-10-101-0/+3
* r1498: (merge from 3.0)Andrew Bartlett2007-10-101-1/+1
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-101-0/+5
* r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.Andrew Bartlett2007-10-102-1/+449
* r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher2007-10-101-2/+2
* r1334: remove unused stuffStefan Metzmacher2007-10-101-11/+0
* r1294: A nice, large, commit...Andrew Bartlett2007-10-105-252/+24
* r1292: Add const to the subsystem/module registration code.Andrew Bartlett2007-10-101-2/+9
* r1151: fixed fill-in of force_password_change field in auth_samAndrew Tridgell2007-10-101-1/+1
* r1146: initially zero server infoAndrew Tridgell2007-10-101-0/+1
* r1143: fixed spelling of sAMAccountNameAndrew Tridgell2007-10-101-1/+1
* r1142: I think this should fix the interactive logins for tridge - don't takeAndrew Bartlett2007-10-101-4/+4
* r1138: allow for a user in no groupsAndrew Tridgell2007-10-101-1/+2
* r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell2007-10-102-0/+6
* r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher2007-10-101-1/+15
* r1067: fix compiler warningsStefan Metzmacher2007-10-102-2/+2
* r1063: userdom_struct dies!Andrew Bartlett2007-10-102-5/+0
* r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett2007-10-105-109/+149
* r1028: More consistancy fixes, which should also fix the build.Andrew Bartlett2007-10-101-2/+2
* r1027: More rename:Andrew Bartlett2007-10-101-48/+48
* r1026: Spelling.Tim Potter2007-10-101-1/+1
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-101-2/+3
* r1023: Prepare the auth subsystem interfaces for netlogon SamLogon to use.Andrew Bartlett2007-10-101-8/+20