index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
/
includes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
added secrets.tdb and changed storage of trust account password to use
Andrew Tridgell
2000-05-08
1
-0
/
+1
*
allow a DEFAULT_PRINTING to be specified in CFLAGS
Andrew Tridgell
2000-05-01
1
-0
/
+4
*
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
2000-04-25
1
-0
/
+4
*
got rid of some more old configure tests and includes
Andrew Tridgell
2000-04-17
1
-51
/
+0
*
include/byteorder.h: ALIGN4/ALIGN2 macros.
Jeremy Allison
2000-04-11
1
-0
/
+2
*
Big update moving the multi-pdu support from 2.0.x into HEAD for JF
Jeremy Allison
2000-03-09
1
-2
/
+2
*
dded Microsoft Dfs services.
Shirish Kalele
2000-03-08
1
-0
/
+2
*
Added replacement functions sys_popen and sys_pclose. These are based
Jeremy Allison
2000-02-15
1
-0
/
+3
*
Added check for SGI IRIX brokenness with semaphores when using gcc.
Jeremy Allison
2000-02-07
1
-1
/
+18
*
Busting up of source/include/smb.h into smaller pieces which can be
Tim Potter
2000-02-03
1
-25
/
+9
*
Added hash-based stat cache code from Ying Chen.
Jeremy Allison
2000-01-26
1
-0
/
+1
*
make a br_off a SMB_BIG_UINT
Andrew Tridgell
2000-01-16
1
-1
/
+1
*
defined br_off as a type for byte range offsets. For now I've set it
Andrew Tridgell
2000-01-13
1
-0
/
+3
*
smbd/mangle.c
Jeremy Allison
2000-01-08
1
-1
/
+0
*
Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.
Jeremy Allison
2000-01-05
1
-0
/
+4
*
implemented talloc() as described on samba-technical. This fixes the
Andrew Tridgell
2000-01-05
1
-0
/
+1
*
got rid of mem_man
Andrew Tridgell
2000-01-03
1
-4
/
+0
*
Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.
Jeremy Allison
1999-12-29
1
-4
/
+4
*
Samba now includes a full ucs2 upper to lower case (and vica versa) map table.
Jeremy Allison
1999-12-23
1
-0
/
+13
*
include/includes.h: Trimmed down unicode directory entry to be POSIX complient.
Jeremy Allison
1999-12-22
1
-3
/
+1
*
First cut at unicode sys_xx functions. Now to start moving upwards.....
Jeremy Allison
1999-12-22
1
-0
/
+25
*
first pass at the database code for Samba. This also includes a test
Andrew Tridgell
1999-12-21
1
-0
/
+1
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-76
/
+164
*
moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.h
Luke Leighton
1999-12-08
1
-1
/
+4
*
sys_select added one more argument (read, write selectors).
Luke Leighton
1999-12-01
1
-0
/
+1
*
rewrote policy handle code to be generic (it's needed for client-side too)
Luke Leighton
1999-11-24
1
-0
/
+4
*
Some compilers want (void) instead of just () in function declarations.
Matthew Chapman
1999-08-08
1
-1
/
+1
*
Put back in GNU readline support for smbclient accidentally trashed by
Tim Potter
1999-07-09
1
-0
/
+8
*
Hived off string routines into a separate file.
Tim Potter
1999-07-09
1
-19
/
+3
*
Ken McDonell from SGI was interested in adding some profiling
Andrew Tridgell
1999-04-01
1
-8
/
+16
*
Bejamin Kuit. #define MYSQL and MYSQL_ROW to void iff <mysql.h> not found.
Luke Leighton
1999-03-08
1
-0
/
+4
*
added <mysql.h> autoconf test.
Luke Leighton
1999-03-02
1
-0
/
+4
*
and in head branch:
Andrew Tridgell
1998-12-17
1
-1
/
+1
*
A while back, Andrew and I talked about making the debug parsing code a
Christopher R. Hertel
1998-12-16
1
-2
/
+0
*
on Linux force fcntl/mmap based shared memory and on other systems
Andrew Tridgell
1998-12-15
1
-0
/
+13
*
moving rpc/rpc.h to after netinet.h
Luke Leighton
1998-11-30
1
-5
/
+5
*
removed include of net/route.h because it prevents compilation under
Andrew Tridgell
1998-11-29
1
-4
/
+6
*
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1998-11-25
1
-0
/
+4
*
re-added includes for yp_prot.h and yp_clnt.h
Luke Leighton
1998-11-23
1
-0
/
+13
*
get rid of __wait boring warning, caused by rpc/clnt.h
Luke Leighton
1998-11-23
1
-13
/
+4
*
unix instance of group database API
Luke Leighton
1998-11-23
1
-0
/
+1
*
Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.
Jeremy Allison
1998-11-19
1
-22
/
+43
*
Added OSF1 changes to HEAD (-lsecurity etc.)
Jeremy Allison
1998-11-18
1
-0
/
+9
*
Fixed problem with HAVE_NETGROUP being used on platforms
Jeremy Allison
1998-11-18
1
-1
/
+1
*
Moved PRINTCAP_NAME from smb.h to includes to allow it to
Jeremy Allison
1998-11-17
1
-0
/
+3
*
Updates to handle glob.h - was causing problems on SCO 5.0.4
John Terpstra
1998-11-16
1
-1
/
+1
*
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1998-11-13
1
-2
/
+10
*
reverted includes change for FreeBSD as it breaks IRIX
Andrew Tridgell
1998-11-13
1
-1
/
+0
*
fixes for OSF1 compilation
Andrew Tridgell
1998-11-13
1
-0
/
+1
*
rpcclient registry commands.
Luke Leighton
1998-11-10
1
-0
/
+4
[next]