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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r990: fix tdb standalone build
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r987: Start replacing ndr_* functions with e_ndr_* and removing stuff related
Tim Potter
1
-39
/
+43
2007-10-10
r986: Attempt #3 at eparser. This time use the 'pull' code as a base as it's
Tim Potter
1
-250
/
+250
2007-10-10
r985: Add stub function for dumping enums to prevent perl warnings in eparser.
Tim Potter
1
-0
/
+15
2007-10-10
r976: - added -W for workgroup to locktest
Andrew Tridgell
1
-7
/
+16
2007-10-10
r975: slight improvemet to nt_errstr(), still needs to be fixed properly
Andrew Tridgell
1
-2
/
+2
2007-10-10
r970: - remove unused wchar_t check
Stefan Metzmacher
2
-22
/
+21
2007-10-10
r969: remove some unused checks
Stefan Metzmacher
1
-5
/
+0
2007-10-10
r968: use sinlcude() and no function, that's more portable between
Stefan Metzmacher
9
-223
/
+105
2007-10-10
r967: move some configure checks to seperate files
Stefan Metzmacher
11
-372
/
+459
2007-10-10
r963: Tridge, according to ethereal this is an 'Acct Ctrl' field. My tests also
Volker Lendecke
2
-2
/
+2
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
52
-166
/
+164
2007-10-10
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
24
-192
/
+186
2007-10-10
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
35
-89
/
+89
2007-10-10
r959: - a static WERROR function should return a WERROR:-)
Stefan Metzmacher
1
-3
/
+4
2007-10-10
r955: Update debian package rules... builds now
Jelmer Vernooij
7
-273
/
+19
2007-10-10
r954: Start working on typedef parsing.
Tim Potter
1
-15
/
+11
2007-10-10
r953: Remove unused Pull and Print parse functions. Remove Push from
Tim Potter
1
-459
/
+46
2007-10-10
r952: fixed schannel from my last commit
Andrew Tridgell
1
-4
/
+10
2007-10-10
r951: from w2k3 behaviour, the netlogon server is supposed to give back the n...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...
Andrew Tridgell
4
-104
/
+187
2007-10-10
r948: Tridge suggested that the best way to write the ethereal parser is to
Tim Potter
2
-426
/
+1121
2007-10-10
r946: Updated attribute only oplock tester to cover more cases.
Jeremy Allison
1
-5
/
+37
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
46
-185
/
+185
2007-10-10
r937: - added a simple QuerySecurity implementation in samr server
Andrew Tridgell
14
-23
/
+612
2007-10-10
r935: remove unused variable
Andrew Tridgell
1
-2
/
+0
2007-10-10
r934: on ascii strings STR_TERMINATE_ASCII should trigger STR_TERMINATE behav...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r929: Remove more unused code from util_sid.c (the old-style sid code is
Andrew Bartlett
1
-152
/
+1
2007-10-10
r924: got rid of the global well-known SIDs, instead using const defines in m...
Andrew Tridgell
4
-101
/
+40
2007-10-10
r920: a placeholder lsads.idl file (lack of this is why the build farm is unh...
Andrew Tridgell
1
-0
/
+16
2007-10-10
r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and server
Andrew Tridgell
6
-28
/
+148
2007-10-10
r918: - dcerpc endpoint name are case insensitive
Andrew Tridgell
1
-1
/
+1
2007-10-10
r917: - added the start of a LSA server to samba4.
Andrew Tridgell
14
-63
/
+780
2007-10-10
r904: - fixed account expiry testing in auth_sam
Andrew Tridgell
4
-10
/
+18
2007-10-10
r903: used samdb_result_passwords() in samr_ChangePasswordUser2() and fix the...
Andrew Tridgell
1
-16
/
+14
2007-10-10
r902: added torture tests for sending rubbish in the domain name field of Get...
Andrew Tridgell
1
-2
/
+29
2007-10-10
r901: w2k3 completely ignores the domain name argument to GetDomPwInfo,
Andrew Tridgell
1
-5
/
+4
2007-10-10
r900: when DEBUGLEVEL > 10 print the full deocde of all RPC calls in the server
Andrew Tridgell
1
-0
/
+6
2007-10-10
r899: remove the weird shell patterns from the makerules
Stefan Metzmacher
1
-14
/
+0
2007-10-10
r898: - remove some unused macros
Andrew Tridgell
7
-288
/
+7
2007-10-10
r897: - user/group creation needs to create unique names across both the
Andrew Tridgell
2
-2
/
+126
2007-10-10
r896: - use andrews samdb_result_passwords() for the remaining password chang...
Andrew Tridgell
1
-33
/
+39
2007-10-10
r895: use _t in base ndr fns
Andrew Tridgell
1
-4
/
+4
2007-10-10
r894: use _t in generated pidl code
Andrew Tridgell
1
-10
/
+10
2007-10-10
r893: a few more _t conversions
Andrew Tridgell
3
-4
/
+4
2007-10-10
r892: Actually add the NTLMSSP self-check torture code this time...
Andrew Bartlett
3
-3
/
+60
2007-10-10
r891: fix compile
Gerald Carter
1
-2
/
+2
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
65
-180
/
+186
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
97
-554
/
+549
2007-10-10
r888: more ..int32 -> ..int32_t stuff
Stefan Metzmacher
2
-6
/
+6
[next]