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
/
lib
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
1
-168
/
+30
*
got rid of interpret_security(). Thanks to Jean-Francois for pointing
Andrew Tridgell
1998-09-05
1
-17
/
+0
*
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1998-09-04
1
-51
/
+61
*
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1998-09-03
1
-55
/
+59
*
we are never interested in SIGPIPE so just ignore (block) it
Andrew Tridgell
1998-09-02
1
-9
/
+0
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
1
-13
/
+13
*
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
1998-08-31
1
-46
/
+47
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
1
-11
/
+15
*
added a function zero_free(void *, int size) that zeros an area of
Andrew Tridgell
1998-08-30
1
-0
/
+11
*
This checking fixes the statcache bug that stopped NetBench from running
Jeremy Allison
1998-08-28
1
-5
/
+5
*
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
1998-08-24
1
-1
/
+1
*
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1998-08-22
1
-5
/
+3
*
added new smb.conf option "panic action". see my samba-technical
Andrew Tridgell
1998-08-21
1
-9
/
+9
*
configure: Changes for extra headers.
Jeremy Allison
1998-08-15
1
-2
/
+2
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
1
-3
/
+89
*
Makefile.in: Changed so that make proto will work with ldap & nisplus.
Jeremy Allison
1998-08-14
1
-3
/
+134
*
added --with-nisplus-home option
Andrew Tridgell
1998-08-08
1
-4
/
+4
*
First implementation of ChangeNotify - this version only checks
Jeremy Allison
1998-08-03
1
-1
/
+1
*
This is the checkin of the debug changes.
Christopher R. Hertel
1998-07-31
1
-278
/
+1
*
Makefile.in: Moved UBIQX stuff into UTILOBJ.
Jeremy Allison
1998-07-30
1
-35
/
+45
*
get rid of the runtime test for broken getgroups() and add a compile
Andrew Tridgell
1998-07-29
1
-7
/
+7
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
1
-194
/
+79
*
locking.c: Added lock type to is_locked() and do_lock()
Jeremy Allison
1998-07-23
1
-27
/
+54
*
Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.
Jeremy Allison
1998-07-16
1
-1
/
+29
*
util.c: I've added a function called mem_dup(). Similar to strdup(),
Christopher R. Hertel
1998-07-15
1
-0
/
+13
*
Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>
Jeremy Allison
1998-07-10
1
-1
/
+1
*
clientgen: Added USE_SSL for client shutdown.
Jeremy Allison
1998-06-16
1
-19
/
+0
*
CLITAR changes to overcome some reported problems and add Jay's changes
Richard Sharpe
1998-06-16
1
-0
/
+19
*
Added SSL support from Christian Starkjohann <cs@obdev.at>
Jeremy Allison
1998-06-16
1
-16
/
+64
*
Fixed file descriptor leak in open_socket_out - this could
Jeremy Allison
1998-06-04
1
-0
/
+1
*
Ooops - fixed Win95 crash bugs with earlier code.
Jeremy Allison
1998-05-27
1
-3
/
+7
*
Newly re-written do_match and mask_match functions, with the
Jeremy Allison
1998-05-27
1
-103
/
+235
*
smb.h: More NT SMB stuff (just defines).
Jeremy Allison
1998-05-26
1
-1
/
+7
*
Fix to do NT wildcard matching.
Jeremy Allison
1998-05-19
1
-2
/
+24
*
passdb.c: Fixed typo in coment.
Jeremy Allison
1998-05-19
1
-31
/
+22
*
Fixed signed/unsigned warning.
Jeremy Allison
1998-05-19
1
-1
/
+1
*
Makefile:
Luke Leighton
1998-05-18
1
-4
/
+4
*
util.c: Re-seed the crypto random number generator after a fork, so all
Jeremy Allison
1998-05-15
1
-0
/
+10
*
some pretty horrible formatting in standard_sub_basic(): makes the function
Luke Leighton
1998-05-14
1
-48
/
+56
*
chgpasswd.c: Added comments to #ifdefs
Jeremy Allison
1998-05-14
1
-8
/
+64
*
includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don't
Jeremy Allison
1998-05-12
1
-64
/
+7
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
1
-65
/
+125
*
ldap back-end database development
Luke Leighton
1998-05-11
1
-26
/
+0
*
changed to use slprintf() instead of sprintf() just about
Andrew Tridgell
1998-05-11
1
-3
/
+3
*
moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.c
Luke Leighton
1998-05-07
1
-0
/
+27
*
This should (hopefully :-) be the final fix for the %U %G substitution
Jeremy Allison
1998-05-07
1
-0
/
+16
*
loadparm.c: Added #ifdef USE_LDAP around ldap code.
Jeremy Allison
1998-05-06
1
-16
/
+0
*
much faster pstrcpy() and fstrcpy()
Andrew Tridgell
1998-05-06
1
-16
/
+24
*
This looks like a big change but really isn't.
Jeremy Allison
1998-04-25
1
-2
/
+2
*
ipc.c: Fix for printer queue spinning with Win95.
Jeremy Allison
1998-04-15
1
-1
/
+4
[prev]
[next]