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
r25522: Convert to standard bool types.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-13
/
+9
2007-10-10
r25392: Add loadparm context as argument in a couple more places.
Jelmer Vernooij
2
-13
/
+13
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r24868: Don't use callbacks for prompting when stdout is not a tty.
Jelmer Vernooij
1
-2
/
+7
2007-10-10
r24620: move printing out the version string and exit()
Stefan Metzmacher
1
-3
/
+9
2007-10-10
r24335: Fix -N support.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r23912: We always accept / as a seperator, and it is far less confusing
Andrew Bartlett
1
-1
/
+1
2007-10-10
r23809: Don't give users the fantasy that we can control choice of GENSEC
Andrew Bartlett
1
-7
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
4
-12
/
+8
2007-10-10
r23064: Clarify comment and indent
Andrew Bartlett
1
-12
/
+12
2007-10-10
r22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvar
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r22368: remove unused header maybe this fixes th ebuild on some hosts
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r22306: try to make the aix compiler happy
Stefan Metzmacher
2
-4
/
+4
2007-10-10
r19671: Fix remaining unresolved symbols in shared library build.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r19637: Leave --realm option only, as abartlet suggested.
Rafal Szczesniak
1
-2
/
+2
2007-10-10
r19630: Support specifying the realm name from command line.
Rafal Szczesniak
1
-0
/
+6
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2
-1
/
+3
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
[next]