index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
auth
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r2505: Remove unused function. If/when we implement plaintext authenticaton
Andrew Bartlett
1
-56
/
+0
2007-10-10
r2431: got rid of strnequal() in a couple of places
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2104: fixed typo that causes a segv
Andrew Tridgell
1
-1
/
+1
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
r1982: i is not initialised or used
Andrew Tridgell
1
-2
/
+1
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
2
-50
/
+50
2007-10-10
r1518: check for ldb_search giving -1 (indicating db corruption)
Andrew Tridgell
1
-0
/
+3
2007-10-10
r1498: (merge from 3.0)
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1486: commit the start of the generic server infastructure
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.
Andrew Bartlett
2
-1
/
+449
2007-10-10
r1335: NT_STATUS_INTERNAL_DB_CORRUPTION
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r1334: remove unused stuff
Stefan Metzmacher
1
-11
/
+0
2007-10-10
r1294: A nice, large, commit...
Andrew Bartlett
5
-252
/
+24
2007-10-10
r1292: Add const to the subsystem/module registration code.
Andrew Bartlett
1
-2
/
+9
2007-10-10
r1151: fixed fill-in of force_password_change field in auth_sam
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1146: initially zero server info
Andrew Tridgell
1
-0
/
+1
2007-10-10
r1143: fixed spelling of sAMAccountName
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1142: I think this should fix the interactive logins for tridge - don't take
Andrew Bartlett
1
-4
/
+4
2007-10-10
r1138: allow for a user in no groups
Andrew Tridgell
1
-1
/
+2
2007-10-10
r1136: - added IDL for netr_LogonGetDomainInfo()
Andrew Tridgell
2
-0
/
+6
2007-10-10
r1078: the dxesrv_crypto_* implementations should now explicit set
Stefan Metzmacher
1
-1
/
+15
2007-10-10
r1067: fix compiler warnings
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r1063: userdom_struct dies!
Andrew Bartlett
2
-5
/
+0
2007-10-10
r1058: The start of work on the SamLogon call for NETLOGON.
Andrew Bartlett
5
-109
/
+149
2007-10-10
r1028: More consistancy fixes, which should also fix the build.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1027: More rename:
Andrew Bartlett
1
-48
/
+48
2007-10-10
r1026: Spelling.
Tim Potter
1
-1
/
+1
2007-10-10
r1025: Rename (across the samr and netlogon pipes, so far)
Andrew Bartlett
1
-2
/
+3
2007-10-10
r1023: Prepare the auth subsystem interfaces for netlogon SamLogon to use.
Andrew Bartlett
1
-8
/
+20
2007-10-10
r1021: Because auth_serversupplied_info is not reference counted, this may
Andrew Bartlett
1
-0
/
+2
2007-10-10
r1020: Add an (untested, until the other end is hooked in) method for
Andrew Bartlett
1
-0
/
+28
2007-10-10
r1019: Push the auth subsystem away from using typedef, and over to the 'all
Andrew Bartlett
6
-86
/
+117
2007-10-10
r1001: in samba4 we don't(shouldn't) use typedef's anymore...
Stefan Metzmacher
2
-11
/
+11
2007-10-10
r995: - renamed many of our crypto routines to use the industry standard
Andrew Tridgell
1
-2
/
+2
2007-10-10
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
3
-14
/
+14
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
4
-18
/
+18
2007-10-10
r924: got rid of the global well-known SIDs, instead using const defines in m...
Andrew Tridgell
1
-14
/
+10
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
6
-7
/
+7
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
2
-7
/
+7
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
1
-3
/
+18
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
1
-5
/
+5
2007-10-10
r850: convert SUBSYSTEM AUTH to a config.mk file
Stefan Metzmacher
2
-7
/
+33
2007-10-10
r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.
Andrew Bartlett
2
-11
/
+17
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
r719: Follow the trend - remove more unused functions.
Andrew Bartlett
2
-18
/
+0
2007-10-10
r715: Finish the ldb conversion for the auth_sam module.
Andrew Bartlett
1
-29
/
+100
[prev]
[next]