summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* r665: merge over the new build system from my tmp branchStefan Metzmacher2007-10-101-2/+4
* r620: Remove more ununsed code.Andrew Bartlett2007-10-102-122/+1
* r619: Remove more code that is no longer called.Andrew Bartlett2007-10-101-44/+0
* r614: Clean out the POSIX assumptions from the Samba4 auth subsystem.Andrew Bartlett2007-10-103-172/+1
* r448: Fix 'auth' in Samba4, by making 'auth methods' a normal smb.confAndrew Bartlett2007-10-101-41/+0
* r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2007-10-107-580/+268
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-1/+1
* - port AUTH and PASSDB subsystems to newStefan Metzmacher2004-02-036-96/+397
* ntlmssp over rpc over tcp now fully worksAndrew Tridgell2003-12-141-15/+78
* * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2003-12-122-4/+2
* * got rid of UNISTR2 and everything that depends on itAndrew Tridgell2003-12-011-223/+0
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-1/+1
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-231-2/+2