index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document results of smb.conf(5) inspection. We have 13 undocumented parameter...
Alexander Bokovoy
2003-03-26
1
-0
/
+17
*
Use SAFE_FREE() instead of plain free() - pointed out by metze
Jelmer Vernooij
2003-03-26
1
-1
/
+2
*
Use execinfo.h to get prototypes for backtrace_symbols (fixes
Jelmer Vernooij
2003-03-26
2
-1
/
+5
*
Fix $LDAP_LIBS
Jelmer Vernooij
2003-03-26
1
-2
/
+2
*
Output backtrace to logfile in smb_panic(), as suggested by mbp
Jelmer Vernooij
2003-03-26
3
-9
/
+32
*
- Patch from John to update PDC-HOWTO, add ServerType and CUPS (not finished ...
Jelmer Vernooij
2003-03-26
41
-8940
/
+11781
*
Don't do $(MAKE) modules_clean twice in a row - it breaks the build...
Jelmer Vernooij
2003-03-25
1
-1
/
+0
*
Give PARAMS_OBJ more priority
Jelmer Vernooij
2003-03-25
1
-27
/
+26
*
Fix two typos
Jelmer Vernooij
2003-03-25
2
-2
/
+2
*
Do $(MAKE) modules_clean when compiling dynconfig.o. It's not the
Jelmer Vernooij
2003-03-25
1
-2
/
+4
*
Add notes about the rebuilding of files
Jelmer Vernooij
2003-03-25
1
-6
/
+15
*
Always rebuild modules after running ./configure (to prevent
Jelmer Vernooij
2003-03-25
3
-13
/
+28
*
Add example version identifier
Jelmer Vernooij
2003-03-25
1
-1
/
+1
*
Add documentation on unicode
Jelmer Vernooij
2003-03-25
2
-0
/
+95
*
Add info about dual daemon mode
Jelmer Vernooij
2003-03-25
1
-10
/
+40
*
Remove old check for TDB SAM (we now have --with-{static,shared}-modules=pdb_...
Jelmer Vernooij
2003-03-25
1
-18
/
+8
*
Fix another opened-but-not-closed tag
Alexander Bokovoy
2003-03-25
1
-3
/
+1
*
- Support building all auth modules as .so's
Jelmer Vernooij
2003-03-25
7
-85
/
+120
*
Don't use 'opt'
Jelmer Vernooij
2003-03-25
1
-1
/
+1
*
Make variables static to satisfy exotic compilers
Jelmer Vernooij
2003-03-25
2
-3
/
+2
*
Fixed opened-but-not-closed listitem/varlistentry for LDAPADMINDN
Alexander Bokovoy
2003-03-25
1
-0
/
+2
*
Print list of builtin modules in 'smbd -b'
Jelmer Vernooij
2003-03-25
3
-0
/
+6
*
Remove obsolete defines (because of new modules system). We need
Jelmer Vernooij
2003-03-25
1
-9
/
+0
*
We need to 'preprocess' in popt_common_samba as well
Jelmer Vernooij
2003-03-25
1
-1
/
+1
*
Fix debug (thanks metze)
Andrew Bartlett
2003-03-25
1
-1
/
+1
*
Make auth.c compile again. I'm not sure what this does though...
Volker Lendecke
2003-03-25
1
-2
/
+3
*
Fix missing tag pairs
Alexander Bokovoy
2003-03-25
2
-2
/
+3
*
Make these functions static, keep them out of proto.
Andrew Bartlett
2003-03-25
2
-4
/
+4
*
Apply metze's change correctly this time. Playing 'patch' by
Volker Lendecke
2003-03-25
1
-6
/
+6
*
win9x was suffered a case of the blues during a domain logon.
Gerald Carter
2003-03-25
1
-1
/
+14
*
- Add support to auth/ for the new modules system
Jelmer Vernooij
2003-03-24
12
-90
/
+129
*
Fix two typos
Jelmer Vernooij
2003-03-24
2
-2
/
+2
*
When using --with-static-modules=subsystem, don't build modules that
Jelmer Vernooij
2003-03-24
2
-4
/
+6
*
Add notes for packagers
Jelmer Vernooij
2003-03-24
2
-0
/
+42
*
Give error message when module doesn't seem to contain
Jelmer Vernooij
2003-03-24
1
-0
/
+5
*
Simplify modules interface and make it easier to build
Jelmer Vernooij
2003-03-24
2
-45
/
+39
*
Add static to satisfy exotic compilers
Jelmer Vernooij
2003-03-24
1
-1
/
+1
*
Add mapping for Bad Network Path
Jelmer Vernooij
2003-03-24
1
-0
/
+1
*
Remove documentation for removed options
Jelmer Vernooij
2003-03-24
2
-2
/
+0
*
Don't use old usage() function, but the one from popt.
Jelmer Vernooij
2003-03-24
4
-15
/
+2
*
editreg, wrepld and ntlm_aut aren't documented yet..
Jelmer Vernooij
2003-03-24
1
-0
/
+5
*
Revoke some of the popt patch from metze I applied earlier today. It added
Jelmer Vernooij
2003-03-24
16
-17
/
+41
*
Document common arguments with entities
Jelmer Vernooij
2003-03-24
16
-507
/
+220
*
Add modules support to charset
Jelmer Vernooij
2003-03-24
3
-45
/
+78
*
Define POPT_TABLEEND if current popt.h doesn't contain it already
Jelmer Vernooij
2003-03-24
1
-0
/
+4
*
Fix init function name and return value
Jelmer Vernooij
2003-03-24
1
-2
/
+2
*
Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes
Jelmer Vernooij
2003-03-24
20
-357
/
+95
*
Started working on python routines to add and delete domain users.
Tim Potter
2003-03-24
4
-146
/
+404
*
Build the profiles.1 and smbtree.1 manpages
Jelmer Vernooij
2003-03-23
1
-1
/
+2
*
Document Tim's smbtree program
Jelmer Vernooij
2003-03-23
1
-0
/
+91
[next]