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
2003-04-03
Fix a compile warning in slprintf format string.
Tim Potter
1
-4
/
+4
2003-04-03
The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):
Jim McDonough
8
-713
/
+1282
2003-04-03
Fixup swat warning.
Jeremy Allison
2
-1
/
+7
2003-04-02
winbindd should depend on IDMAP_OBJ too, not just link with it
Jelmer Vernooij
1
-3
/
+3
2003-04-02
More of coolo's changes for UTF-8 and some minor fixes of mine.
Richard Sharpe
1
-17
/
+37
2003-04-02
There's no need to use LDAP_CFLAGS, just use CFLAGS
Jelmer Vernooij
1
-4
/
+4
2003-04-02
Only use cflags and libs from krb5 when they appear to be working - fixes
Jelmer Vernooij
1
-3
/
+4
2003-04-02
Commit some more fixes for Coolo ...
Richard Sharpe
4
-52
/
+31
2003-04-02
Regenerate docs
Jelmer Vernooij
30
-2903
/
+1993
2003-04-02
Use entity for percent sign
Jelmer Vernooij
1
-0
/
+2
2003-04-02
Add static
Jelmer Vernooij
2
-2
/
+2
2003-04-02
Add const (from a patch by Stephan Kulow <coolo@kde.org>)
Jelmer Vernooij
3
-18
/
+20
2003-04-02
Add KRB5LIBS to smbmount
Jelmer Vernooij
1
-1
/
+1
2003-04-02
Link in lib/snprintf.o with editreg for use on systems that don't have snprintf
Jelmer Vernooij
1
-1
/
+1
2003-04-02
Add EDITREG_OBJ
Jelmer Vernooij
1
-2
/
+3
2003-04-02
Only link in popt when we need it
Jelmer Vernooij
2
-22
/
+25
2003-04-02
Map a useless error code to a useful one...
Andrew Bartlett
1
-0
/
+5
2003-04-02
Print out the 'freindly' error message from winbind. Also print useful
Andrew Bartlett
3
-11
/
+28
2003-04-02
Only link in libs when they are actually used. Works great here and on
Jelmer Vernooij
2
-36
/
+59
2003-04-02
Fix searching master ip by bcast when old master has gone away (based on patc...
Jelmer Vernooij
1
-11
/
+18
2003-04-02
Update ntlm_auth and winbind manpages.
Andrew Bartlett
2
-18
/
+17
2003-04-02
error_string, not error_message...
Andrew Bartlett
1
-1
/
+1
2003-04-02
Clean up ntlm_auth a bit, and add a --diagnositics swtich, to check that
Andrew Bartlett
1
-111
/
+417
2003-04-02
Renegerate docs after John's changes
Jelmer Vernooij
3
-3850
/
+3592
2003-04-02
Add const
Jelmer Vernooij
1
-1
/
+1
2003-04-02
THE Idmap patch :-)
Simo Sorce
17
-164
/
+405
2003-04-02
Fix a crash bug if LDAP doesn't fill in ld_error.
Andrew Bartlett
1
-18
/
+18
2003-04-02
Update to current projdoc level.
John Terpstra
1
-5228
/
+5250
2003-04-02
Fixing typos. Who put them typos in there? Argh!
John Terpstra
4
-7
/
+9
2003-04-02
Subtle changes to message handling after ENUMJOBS.
Jeremy Allison
3
-19
/
+183
2003-04-02
And yet another doco update. Yet more to follow soon.
John Terpstra
2
-289
/
+779
2003-04-02
More of the documentation overhaul. More to follow.
John Terpstra
8
-1209
/
+428
2003-04-02
OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that using
Andrew Bartlett
1
-2
/
+2
2003-04-01
- Update documentation of 'wins server' (add info about tags, namespaces)
Jelmer Vernooij
4
-29
/
+50
2003-04-01
Use <note> instead of <emphasis>NOTE</emphasis> (gives much nicer output)
Jelmer Vernooij
8
-30
/
+29
2003-04-01
fix potential handle leak in _spoolss_open_printer_ex(); final fix for CR2102...
Gerald Carter
1
-1
/
+3
2003-04-01
Fix build of shared xml/mysql modules
Jelmer Vernooij
1
-2
/
+4
2003-04-01
changed the order of checking whether a SID is a UID or a GID in posix
Andrew Tridgell
1
-3
/
+3
2003-04-01
reversed the sense of the TCON test, now that we know that win2003
Andrew Tridgell
1
-10
/
+10
2003-03-31
Update some info and typos in PAM-Authentication-And-Samba
Jelmer Vernooij
1
-7
/
+6
2003-03-31
More doc updates:
Jelmer Vernooij
7
-6005
/
+5951
2003-03-31
Update NT_Security for 3.0
Jelmer Vernooij
2
-32
/
+15
2003-03-31
Add basic documentation on editreg
Jelmer Vernooij
3
-4
/
+87
2003-03-31
Add very basic documentation for ntlm_auth
Jelmer Vernooij
2
-1
/
+137
2003-03-31
Remove useless popt options
Jelmer Vernooij
1
-2
/
+0
2003-03-31
fix potential smbd crash when we fail to alloacte a policy handle for a print...
Gerald Carter
1
-8
/
+9
2003-03-31
Fix vfs to work with P_LIST-ed lp_vfsobj() -- the traversal is reversed. Base...
Alexander Bokovoy
1
-3
/
+5
2003-03-31
- Put -valid param back in
Jelmer Vernooij
1
-3
/
+2
2003-03-31
'preload modules = ' is already documented
Jelmer Vernooij
1
-2
/
+0
2003-03-31
- Support absolute paths in vfs and charset modules
Jelmer Vernooij
6
-25
/
+48
[next]