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
r2169: switch core iconv code to use talloc
Andrew Tridgell
1
-10
/
+9
2007-10-10
r2164: put the latest "accept either form" utf-16 iconv code in samba4
Andrew Tridgell
1
-6
/
+16
2007-10-10
r2159: converted samba4 over to UTF-16.
Andrew Tridgell
3
-84
/
+216
2007-10-10
r2154: Merge of Jim's format string fixup in r2130:2131
Tim Potter
1
-1
/
+1
2007-10-10
r2125: the lp_use_mmap() in map_file() is inappropriate for 2 reasons, so I h...
Andrew Tridgell
1
-13
/
+11
2007-10-10
r2106: try to cope with a wider range of UTF-16 characters when we are using
Andrew Tridgell
2
-3
/
+10
2007-10-10
r2100: rework the dcerpc client side library so that it is async. We now
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2092: fix the build(don't catch main() by make proto)
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r2089: fix standalone build with LDAP, this needs -llber too
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r2088: add tdbtorture tdbdump and tdbtest to the build
Stefan Metzmacher
5
-17
/
+119
2007-10-10
r2087: the ldb tools really don't need LIBSMB!
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r2060: fix compiler warning
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new
Andrew Bartlett
5
-3
/
+14
2007-10-10
r2049: talloc now has destructors and reference counts
Andrew Tridgell
1
-56
/
+75
2007-10-10
r2043: data_blob() now returns a talloc'd pointer. If everyone has been
Andrew Tridgell
1
-40
/
+10
2007-10-10
r2039: got rid of the free() ptr in DATA_BLOB
Andrew Tridgell
1
-17
/
+2
2007-10-10
r2034: Allow user-selectable hash functions on open only.
Jeremy Allison
3
-17
/
+22
2007-10-10
r2017: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r2003: got rid of next_token_nr(), which involved some horrible globals
Andrew Tridgell
2
-23
/
+4
2007-10-10
r1991: After finding a talloc inconsistancy is a very good time to smb_panic(),
Andrew Bartlett
1
-2
/
+12
2007-10-10
r1990: Fix breakage caused by the recent talloc changes. (Failure to process
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1989: fixed a couple of bugs in code that assumes sizeof(time_t) == sizeof(int)
Andrew Tridgell
1
-2
/
+6
2007-10-10
r1985: take advantage of the new talloc in a few more places
Andrew Tridgell
1
-5
/
+34
2007-10-10
r1983: a completely new implementation of talloc
Andrew Tridgell
10
-376
/
+210
2007-10-10
r1973: for systems that don't have strtoull() try strtouq(). This should fix
Andrew Tridgell
1
-0
/
+12
2007-10-10
r1972: cmdline_auth_info does not need to be declared global
Andrew Tridgell
1
-2
/
+0
2007-10-10
r1957: add cmdline_set_* functions
Stefan Metzmacher
1
-0
/
+26
2007-10-10
r1949: provide functions to access the username, userdomain and userpassword
Stefan Metzmacher
1
-1
/
+36
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
[next]