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
r1912: move popt_common.h
Stefan Metzmacher
1
-0
/
+51
2007-10-10
r1911: merge a few popt parameters from 3.0 move some to better places
Stefan Metzmacher
1
-15
/
+79
2007-10-10
r1901: add missing include of <fnmatch.h>
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1898: Check the context we are going to return.
Simo Sorce
1
-1
/
+5
2007-10-10
r1894: Convert // to /* */
Volker Lendecke
2
-2
/
+2
2007-10-10
r1892: this adds talloc_get_context(), which is something I discussed at the
Andrew Tridgell
1
-1
/
+13
2007-10-10
r1838: Updates from the airplane:
Jelmer Vernooij
4
-0
/
+82
2007-10-10
r1820: added a strcmp_safe() that handles NULL pointers. Needed for the
Andrew Tridgell
1
-0
/
+15
2007-10-10
r1766: we do not have smb_read_error in samba4
Simo Sorce
1
-4
/
+0
2007-10-10
r1759: Add some helper functions to read and write data to a socket with time...
Simo Sorce
1
-0
/
+112
2007-10-10
r1758: Move and enhance the add_string_to_array function as per volker job on...
Simo Sorce
1
-0
/
+18
2007-10-10
r1749: added some random stuff that captures some discussions volker and I
Andrew Tridgell
1
-0
/
+22
2007-10-10
r1630: - fixed the replacement timegm() function to work correctly for DST ch...
Andrew Tridgell
1
-10
/
+1
2007-10-10
r1606: make the low level socket read/write routines cope properly with non-b...
Andrew Tridgell
1
-4
/
+11
2007-10-10
r1596: Fix up copyrights.
Jim McDonough
1
-1
/
+1
2007-10-10
r1578: the first stage of the async client rewrite.
Andrew Tridgell
1
-135
/
+209
2007-10-10
r1517: change event_remove_timed() to remove by structure not by handler.
Andrew Tridgell
1
-3
/
+1
2007-10-10
r1511: fixed a free() that should be ldb_free()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1498: (merge from 3.0)
Andrew Bartlett
2
-34
/
+45
2007-10-10
r1474: It is useful if talloc_strdup() behaves like strdup()
Andrew Bartlett
1
-0
/
+3
2007-10-10
r1452: Thanks to Volker for spotting that this code was certainly not tested...
Andrew Bartlett
1
-0
/
+1
2007-10-10
r1435: talloc_steal is very useful - add a function to do it with a DATA_BLOB
Andrew Bartlett
1
-0
/
+15
2007-10-10
r1434: Merge this function in from Samba 3.0, but use a mem_ctx rather than
Andrew Bartlett
1
-0
/
+17
2007-10-10
r1432: - Move the various Gtk-specific parts from the registry code into a di...
Jelmer Vernooij
3
-801
/
+0
2007-10-10
r1422: StrnCaseCmp now needs to be non-static.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int
Tim Potter
10
-46
/
+56
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
[prev]
[next]