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
/
cmdline
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r18299: POPT_CREDENTIALS should depend on LIBPOPT
Andrew Tridgell
1
-1
/
+2
2007-10-10
r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.
Jelmer Vernooij
3
-8
/
+4
2007-10-10
r18121: Simplify m4 code, hopefully fix Samba4 build problems.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r18117: first steps in making samba4 use libreplace
Andrew Tridgell
1
-2
/
+2
2007-10-10
r17281: we now have client/server max protol
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15590: Fix another include issue
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15578: Move some cpp-specific things from CFLAGS to CPPFLAGS
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r15420: Add a new function to print a the 'unparsed' string format for userna...
Andrew Bartlett
1
-18
/
+5
2007-10-10
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r14598: 'logfile' may be a poor choice for a global variable name, but for now
Andrew Bartlett
1
-3
/
+3
2007-10-10
r14511: Install more headers
Jelmer Vernooij
2
-1
/
+2
2007-10-10
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13944: Yet another round of splitups.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13938: Around round of splitups
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r13618: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13341: Trivial.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r13206: This patch finally re-adds a -k option that works reasonably.
Andrew Bartlett
1
-3
/
+39
2007-10-10
r13205: Add another useful comment.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
3
-8
/
+0
2007-10-10
r12592: Remove some useless dependencies
Jelmer Vernooij
6
-466
/
+124
2007-10-10
r12531: 'make quicktest' was taking 15 minutes on my system due to failing DNS
Andrew Tridgell
1
-1
/
+0
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r12320: Add command-line processing hooks for simple bind DN, and password ca...
Andrew Bartlett
2
-7
/
+18
2007-10-10
r11244: Relative path names in .mk files
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...
Jelmer Vernooij
1
-6
/
+0
2007-10-10
r10596: Move the credentials code into it's own subsystem, and push it under ...
Andrew Bartlett
1
-0
/
+1
2007-10-10
r10586: Add MergedObject() builder. Default to Library() rather
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r10528: Add credentials.h back into includes.h as some compilers don't
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r10513: Reduce some use of pstring. The main reason some parts of the code still
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
2
-25
/
+2
2007-10-10
r10509: Some more sconscript fixes. Now getting to link stage for smbclient
Jelmer Vernooij
1
-19
/
+0
2007-10-10
r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.
Andrew Bartlett
1
-2
/
+1
2007-10-10
r10374: Add HAVE_* defines (on command-line or in config.h file) for scons +
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r10364: Turn gensec:gssapi on by default, except for a login of the form
Andrew Bartlett
1
-11
/
+0
2007-10-10
r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r10328: Add more emacs python-mode markers.
Tim Potter
1
-0
/
+2
2007-10-10
r10323: Add first bits required for getting compile with scons working. This ...
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r10316: More dynconfig fixes
Jelmer Vernooij
2
-2
/
+0
2007-10-10
r10245: Get rid of XFILE in a few places.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r9993: Gcc is fussy about the lack of parentheses around assignment statements.
Tim Potter
1
-1
/
+1
2007-10-10
r9772: Make credentials callbacks more consistant with the abstraction
Andrew Bartlett
1
-6
/
+3
2007-10-10
r9728: A *major* update to the credentials system, to incorporate the
Andrew Bartlett
2
-8
/
+19
2007-10-10
r8972: More simplifications...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r8826: Make configure generate config.mk files (with the external libraries
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r8679: only call fault setup once (thanks to andrew for pointing this out)
Andrew Tridgell
1
-3
/
+4
2007-10-10
r8678: setup for gdb backtrace in 'make test'
Andrew Tridgell
1
-0
/
+3
2007-10-10
r8643: - make lp_configfile() work again
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8067: added a method for disabling the password prompt in programs that want
Andrew Tridgell
1
-1
/
+9
2007-10-10
r7967: We don't have the ms_krb5 stuff any more.
Andrew Bartlett
1
-1
/
+0
2007-10-10
r7530: Simply calling convention of lp_load().
Andrew Bartlett
1
-1
/
+1
[next]