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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r15300: Only enable SWIG shared libs if python is available
Jelmer Vernooij
3
-0
/
+4
2007-10-10
r15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij
26
-535
/
+641
2007-10-10
r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...
Jelmer Vernooij
21
-120
/
+123
2007-10-10
r15296: Move ntlm_auth-specific functions from util to ntlm_auth so libutil d...
Jelmer Vernooij
2
-1
/
+31
2007-10-10
r15295: Fix some dependencies
Jelmer Vernooij
20
-763
/
+757
2007-10-10
r15292: fix the IDL_* variable names
Stefan Metzmacher
3
-8
/
+9
2007-10-10
r15291: $f already has the $srcdir prefixed
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15290: don't spam the screen
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15288: fix some problems
Simo Sorce
1
-3
/
+3
2007-10-10
r15287: Simplify dependency detection code
Jelmer Vernooij
3
-42
/
+39
2007-10-10
r15284: Fix dot generation
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15281: A few updates for consistency's sake
Jim McDonough
1
-3
/
+3
2007-10-10
r15280: - remove the 2nd check for __FUNCTION__
Stefan Metzmacher
3
-7
/
+12
2007-10-10
r15279: Fix dependencies when using static libraries
Jelmer Vernooij
2
-4
/
+3
2007-10-10
r15278: Fix recreating symlink every time.
Jelmer Vernooij
3
-4
/
+4
2007-10-10
r15277: - fix the build on netbsd, where stdlib.h has the setproctitle() prot...
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r15276: Fix path to perl on some hosts
Jelmer Vernooij
3
-3
/
+3
2007-10-10
r15275: run RPC-SRVSRV in make test
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...
Jelmer Vernooij
28
-66
/
+53
2007-10-10
r15273: fix setproctitle support
Stefan Metzmacher
1
-6
/
+10
2007-10-10
r15272: - implement NetShareEnum
Stefan Metzmacher
1
-2
/
+204
2007-10-10
r15271: Fix --enable-dso
Jelmer Vernooij
4
-17
/
+27
2007-10-10
r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working...
Jelmer Vernooij
7
-35
/
+35
2007-10-10
r15267: Fix call to mkdir() for old versions of perl. This should fix install...
Jelmer Vernooij
2
-2
/
+5
2007-10-10
r15265: Try to find inet_pton in -lnsl (should fix linking on sun1)
Jelmer Vernooij
2
-1
/
+15
2007-10-10
r15263: Remove another use of patsubst (should make tru64 happy)
Jelmer Vernooij
3
-1
/
+11
2007-10-10
r15262: Only include getprogname if it is needed by the system. This should
Jelmer Vernooij
2
-5
/
+21
2007-10-10
r15261: Work around AIX defining open as open64 again
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15260: Don't dereference NULL pointers to obtain array lengths - found by
Jelmer Vernooij
1
-0
/
+14
2007-10-10
r15259: try to find the place that causes trouble on some build farm host
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r15258: Another attempt at fixing getaddrinfo on IRIX
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15257: Look for headers before trying to use them in any tests. This
Jelmer Vernooij
2
-7
/
+8
2007-10-10
r15256: Use libroken's getaddrinfo if it is not provided by the system. Should
Jelmer Vernooij
2
-1
/
+2
2007-10-10
r15254: Fix heimdal's addrinfo subsystem for those systems that need it. This
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15253: Fix dependency on tdr_regf.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15252: Fix inet_aton (required for Tru64 and Solaris)
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15249: Fix typos
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15248: Fix automatic dependencies build
Jelmer Vernooij
5
-16
/
+36
2007-10-10
r15247: Get rid of patsubst macro as it is not supported by some makes and re...
Jelmer Vernooij
2
-10
/
+23
2007-10-10
r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15245: forgot one header
Simo Sorce
1
-0
/
+9
2007-10-10
r15242: allow to use LDB_FLG_RECONNECT
Simo Sorce
1
-0
/
+4
2007-10-10
r15241: Add helper function to set reconnect status defaults
Simo Sorce
1
-0
/
+11
2007-10-10
r15239: (hopefully) fix Samba4 build on AIX
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15238: Add some code to automatically reconnect if we want to.
Simo Sorce
3
-11
/
+134
2007-10-10
r15237: Add primitive Samba 4 backend for cifs posix clients (based on simple...
Steve French
5
-1
/
+1265
2007-10-10
r15236: Fix -MT detection
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15235: fix all gtk tools...
Stefan Metzmacher
4
-4
/
+8
2007-10-10
r15234: Remove heimdal include paths from global CFLAGS
Jelmer Vernooij
2
-9
/
+5
2007-10-10
r15233: Fix loading shared modules
Jelmer Vernooij
1
-2
/
+2
[next]