summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r1021: Because auth_serversupplied_info is not reference counted, this mayAndrew Bartlett2007-10-101-0/+2
* r1020: Add an (untested, until the other end is hooked in) method forAndrew Bartlett2007-10-101-0/+28
* r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett2007-10-106-86/+117
* r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher2007-10-102-11/+11
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-2/+2
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-103-14/+14
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-104-18/+18
* r924: got rid of the global well-known SIDs, instead using const defines in m...Andrew Tridgell2007-10-101-14/+10
* r904: - fixed account expiry testing in auth_samAndrew Tridgell2007-10-101-2/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-106-7/+7
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-102-7/+7
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-1/+1
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-101-3/+18
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-5/+5
* r850: convert SUBSYSTEM AUTH to a config.mk fileStefan Metzmacher2007-10-102-7/+33