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
r22415: Remove test directory once we are finished. Merge -r 22393:22394
James Peach
1
-0
/
+2
2007-10-10
r22404: more dependencies which should be private
Stefan Metzmacher
3
-16
/
+11
2007-10-10
r22379: add missing file
Stefan Metzmacher
1
-0
/
+94
2007-10-10
r22373: move in_list() to util_strlist.c to remove the dependency
Stefan Metzmacher
2
-24
/
+25
2007-10-10
r22372: split out become_daemon() into it's own function
Stefan Metzmacher
2
-67
/
+2
2007-10-10
r22371: readd discard_const() to lib/util/util.h
Stefan Metzmacher
1
-0
/
+27
2007-10-10
r22369: add ZERO_STRUCT() ... macros to lib/util/util.h again
Stefan Metzmacher
1
-0
/
+41
2007-10-10
r22368: remove unused header maybe this fixes th ebuild on some hosts
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r22367: prepare merge to samba3
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r22365: prepare merge to samba3
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r22319: sync lib/tdb/ with samba3
Stefan Metzmacher
7
-26
/
+243
2007-10-10
r22306: try to make the aix compiler happy
Stefan Metzmacher
2
-4
/
+4
2007-10-10
r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace
Stefan Metzmacher
3
-25
/
+35
2007-10-10
r22279: add a lot more detailed strtoll() and strtoull() tests
Stefan Metzmacher
1
-56
/
+254
2007-10-10
r22273: - provide __LINESTR__ macro
Stefan Metzmacher
2
-1
/
+11
2007-10-10
r22270: provide __location__ in replace.h
Stefan Metzmacher
2
-0
/
+7
2007-10-10
r22267: protect #define __location__ with an #ifndef
Stefan Metzmacher
1
-4
/
+6
2007-10-10
r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r22253: - make the strtoll tests more verbose
Stefan Metzmacher
1
-7
/
+56
2007-10-10
r22250: try to fix the build on aix1 in the farm
Stefan Metzmacher
2
-1
/
+7
2007-10-10
r22246: only test strtoll once
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r22243: remove useless printf's
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r22239: use strlcpy instead of strcpy to make the IBM checker happy
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r22236: Update to Heimdal's socket_wrapper, which supports IPv6.
Andrew Bartlett
1
-161
/
+391
2007-10-10
r22226: move discard_const macros to librelace
Stefan Metzmacher
4
-29
/
+24
2007-10-10
r22223: make comparing of struct tm more verbose and more portable
Stefan Metzmacher
1
-5
/
+25
2007-10-10
r22218: fix libreplace standalone build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22217: merge from samba3 21944:
Stefan Metzmacher
2
-1
/
+6
2007-10-10
r22216: move strptime testsuite into it's own file
Stefan Metzmacher
3
-116
/
+158
2007-10-10
r22215: add strptime replacement to libreplace based on the patch
Stefan Metzmacher
6
-0
/
+1130
2007-10-10
r22203: Improve the replace testsuite a bit.
Jelmer Vernooij
1
-11
/
+151
2007-10-10
r22165: merge transaction fix from samba3
Andrew Tridgell
1
-0
/
+2
2007-10-10
r22152: merge from samba3:
Stefan Metzmacher
4
-39
/
+2
2007-10-10
r22089: check the return value of interpret_addr2()
Andrew Tridgell
1
-0
/
+3
2007-10-10
r22081: transaction_brlock() should be static
Andrew Tridgell
1
-2
/
+2
2007-10-10
r22053: remove samba3 specific stuff from tdbtool
Stefan Metzmacher
1
-77
/
+0
2007-10-10
r22052: merge tdbtool from samba3 and build it
Stefan Metzmacher
2
-252
/
+395
2007-10-10
r22041: merge trivial changes from samba3
Stefan Metzmacher
6
-16
/
+20
2007-10-10
r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case.
James Peach
2
-1
/
+9
2007-10-10
r22028: Fix include path for the srcidr != builddir case.
James Peach
1
-1
/
+1
2007-10-10
r21837: Make dcerpc_mgmt a separate library again, as the linker leaves it ou...
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r21834: Remove unnecessary includes
Jelmer Vernooij
4
-4
/
+0
2007-10-10
r21830: Fix header installation, remove proto header with a single prototype.
Jelmer Vernooij
2
-1
/
+7
2007-10-10
r21828: Hardcode prototypes, as they're a public API.
Jelmer Vernooij
2
-2
/
+48
2007-10-10
r21798: unsetenv() returns void on some platforms (BSD)
Stefan Metzmacher
1
-9
/
+1
2007-10-10
r21797: remove the key directly from the environ array
Stefan Metzmacher
1
-25
/
+17
2007-10-10
r21796: check if unsetenv() works on an non-existing key
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r21795: fix the prototype of unsetenv()...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21794: add setenv()/unsetenv() testsuite
Stefan Metzmacher
1
-1
/
+61
2007-10-10
r21793: add replacement for unsetenv()
Stefan Metzmacher
4
-1
/
+42
[next]