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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r1308: move smb_panic() to lib/fault.c
Stefan Metzmacher
2
-24
/
+105
2007-10-10
r1292: Add const to the subsystem/module registration code.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1291: rename struct smbsrv_context to smbsrv_connection
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1279: rename struct tcon_context to smbsrv_tcon
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r1277: rename struct server_context to smbsrv_ontext
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1268: varient -> variant
Tim Potter
1
-1
/
+1
2007-10-10
r1228: use int64_t instead of long long
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r1199: Make talloc_asprintf_append() work on a NULL source string as if it were
Andrew Bartlett
1
-1
/
+5
2007-10-10
r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.
Andrew Bartlett
2
-1
/
+18
2007-10-10
r1196: Remove unused pstring/fstring functions.
Andrew Bartlett
1
-45
/
+0
2007-10-10
r1163: Add const.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1147: Support enumerating values
Jelmer Vernooij
1
-4
/
+44
2007-10-10
r1130: remove some pointless debug messages
Andrew Tridgell
1
-2
/
+0
2007-10-10
r1123: Make all lp_ string functions return 'const char *'.
Andrew Bartlett
2
-2
/
+2
2007-10-10
r1119: Saner keyboard shortcuts
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r1118: Read-only enumeration of keys in the LDB backend works now :-)
Jelmer Vernooij
2
-36
/
+95
2007-10-10
r1086: Add defer open test to check timeout on sharing violation open.
Jeremy Allison
1
-0
/
+7
2007-10-10
r1055: Standalone build fixes for ldb:
Tim Potter
2
-4
/
+5
2007-10-10
r1054: Build extra binaries in bin directory like ldb does.
Tim Potter
1
-5
/
+5
2007-10-10
r1053: Make tdb build standalone:
Tim Potter
4
-17
/
+18
2007-10-10
r1052: Remove autogenerated file.
Tim Potter
1
-165
/
+0
2007-10-10
r1048: - moved the schannel definitions into a separate schannel.idl
Andrew Tridgell
1
-0
/
+34
2007-10-10
r1040: make sure main() doesn't get auto-prototyped
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1038: Check whether a module actually exists before attempting to load it...
Jelmer Vernooij
1
-1
/
+4
2007-10-10
r1035: Support shared modules again
Jelmer Vernooij
1
-12
/
+12
2007-10-10
r1032: Fix RPC backend segfault
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r1018: fix a const and unsigned int problem in ldb
Andrew Tridgell
2
-3
/
+3
2007-10-10
r1017: - move to a centralised way of handling talloc/ldb interaction
Andrew Tridgell
1
-0
/
+9
2007-10-10
r995: - renamed many of our crypto routines to use the industry standard
Andrew Tridgell
1
-1
/
+1
2007-10-10
r990: fix tdb standalone build
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
11
-25
/
+25
2007-10-10
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
2
-9
/
+7
2007-10-10
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
12
-44
/
+44
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
5
-7
/
+18
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
19
-76
/
+76
2007-10-10
r937: - added a simple QuerySecurity implementation in samr server
Andrew Tridgell
2
-0
/
+52
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
1
-85
/
+0
2007-10-10
r904: - fixed account expiry testing in auth_sam
Andrew Tridgell
1
-0
/
+6
2007-10-10
r898: - remove some unused macros
Andrew Tridgell
2
-201
/
+0
2007-10-10
r893: a few more _t conversions
Andrew Tridgell
1
-1
/
+1
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
5
-11
/
+11
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
6
-18
/
+18
2007-10-10
r888: more ..int32 -> ..int32_t stuff
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
21
-101
/
+101
2007-10-10
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
2
-14
/
+57
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
5
-117
/
+55
[next]