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
/
source3
/
include
/
includes.h
Age
Commit message (
Expand
)
Author
Files
Lines
2001-11-04
Fix for broken-as-shipped RedHat 7.2 system headers. Now we have
Jeremy Allison
1
-0
/
+12
2001-10-23
Add popt for parsing commandline options
Jim McDonough
1
-0
/
+2
2001-10-19
Add rap.h for net utility and libsmb
Jim McDonough
1
-0
/
+2
2001-10-18
the beginnings of kerberos support in smbd. It doesn't work yet, but
Andrew Tridgell
1
-0
/
+4
2001-10-14
the next step in the intl changeover. This should get us compiling agian,
Andrew Tridgell
1
-0
/
+1
2001-10-11
initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
Andrew Tridgell
1
-1
/
+3
2001-09-18
Use structure copy to fix unaligned accesses on 64bit architectures on
Jeremy Allison
1
-1
/
+1
2001-09-10
declare dbf in one spot
Andrew Tridgell
1
-1
/
+1
2001-09-10
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
1
-0
/
+1
2001-09-09
fixed missing const on d_printf declaration
Andrew Tridgell
1
-3
/
+3
2001-09-08
convert more code to using d_printf
Andrew Tridgell
1
-0
/
+2
2001-09-07
added "display charset" option in smb.conf, along with d_printf()
Andrew Tridgell
1
-0
/
+1
2001-09-05
fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...
Andrew Tridgell
1
-34
/
+1
2001-08-23
Fixed detection of CUPS. We need to check for the presence of the cups
Tim Potter
1
-1
/
+1
2001-08-22
A few changes:
Andrew Bartlett
1
-0
/
+2
2001-08-03
This is my 'Authentication Rewrite' version 1.01, mostly as submitted to
Andrew Bartlett
1
-0
/
+2
2001-07-25
a better test for unix domain sockets
Andrew Tridgell
1
-1
/
+1
2001-07-22
if EILSEQ doesn't exist then use EIO. It doesn't really matter what
Andrew Tridgell
1
-2
/
+3
2001-07-22
changed the iconv interface to go via ucs2 for all conversions. This
Andrew Tridgell
1
-0
/
+5
2001-07-07
Add backend encryption support for NTLMv2.
Andrew Bartlett
1
-0
/
+3
2001-07-04
missed a couple of strchr calls
Andrew Tridgell
1
-5
/
+0
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-3
/
+5
2001-07-03
Added #define of int32 to int for cray. This will almost certainly cause
Jeremy Allison
1
-0
/
+3
2001-06-26
fixed build
Andrew Tridgell
1
-0
/
+1
2001-06-26
fall back to "unsigned" for uint32 on systems that don't have one
Andrew Tridgell
1
-1
/
+3
2001-06-25
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
1
-5
/
+7
2001-06-18
Added patches to remove Linux specific XFS ACLs. These are now handled by the
Jeremy Allison
1
-4
/
+0
2001-06-04
Compile fix for Solaris.
Tim Potter
1
-8
/
+29
2001-05-30
fixed asprintf declaration
Andrew Tridgell
1
-6
/
+3
2001-05-30
- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add
Andrew Tridgell
1
-0
/
+6
2001-05-29
4 new functions to retrieve single linked list of group and passwd entries
Simo Sorce
1
-0
/
+2
2001-05-08
Removed S_ISSOCK() macro as it's only used within winbind client code.
Tim Potter
1
-10
/
+0
2001-05-03
Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h
Jeremy Allison
1
-0
/
+8
2001-04-28
- fixed some compiler warnings
Andrew Tridgell
1
-6
/
+12
2001-04-28
- added test for vasprintf
Andrew Tridgell
1
-0
/
+15
2001-04-18
Merge of changes from 2.2.
Jeremy Allison
1
-0
/
+30
2001-04-04
Fix for broken RelientUNIX.
Jeremy Allison
1
-1
/
+1
2001-04-03
Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.
Jeremy Allison
1
-0
/
+4
2001-03-23
first pass of the new group mapping code
Jean-François Micouleau
1
-0
/
+2
2001-03-19
Added sys_dlopen/sys_dlsym/sys_dlclose.
Jeremy Allison
1
-0
/
+13
2001-03-18
much simpler readline code
Andrew Tridgell
1
-2
/
+0
2001-03-18
much better readline support from Simo Sorce, with some mods from me
Andrew Tridgell
1
-18
/
+2
2000-12-06
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
1
-0
/
+1
2000-10-26
TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>
Gerald Carter
1
-1
/
+1
2000-10-06
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
1
-5
/
+0
2000-10-06
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
1
-0
/
+3
2000-09-29
added a hack to get 64 bit locking working with the broken fcntl()
Andrew Tridgell
1
-0
/
+13
2000-09-11
the first cut of the internal messaging system.
Andrew Tridgell
1
-0
/
+1
2000-07-18
Fixed some more client SPOOLSS functions. The following
Gerald Carter
1
-0
/
+1
2000-07-10
Fixes for various compile warnings on Solaris 8.
Tim Potter
1
-14
/
+14
[prev]
[next]