summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett2007-10-102-11/+17
* r751: Fix debug message to print the right variable.Andrew Bartlett2007-10-101-1/+1
* r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2007-10-101-41/+6
* r719: Follow the trend - remove more unused functions.Andrew Bartlett2007-10-102-18/+0
* r715: Finish the ldb conversion for the auth_sam module.Andrew Bartlett2007-10-101-29/+100
* r708: Clean up copyright headers, to reflect code that has come and goneAndrew Bartlett2007-10-101-4/+2
* r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett2007-10-104-225/+207