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
...
*
Kanji fixes for upper/lower case conversion with sjis characters.
Samba Release Account
1997-08-21
1
-30
/
+115
*
Changes to allow Samba to return the same error code as Windows NT.
Samba Release Account
1997-08-20
1
-1
/
+6
*
Makefile: Changed for HPUX10 tidyup.
Samba Release Account
1997-08-19
1
-2
/
+9
*
loadparm.c: Added new netbios aliases parameter (code from Cisco)
Samba Release Account
1997-07-31
1
-2
/
+20
*
client.c: Minor change to cast parameters for DEC unix.
Samba Release Account
1997-07-30
1
-4
/
+1
*
Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.com
Samba Release Account
1997-07-24
1
-86
/
+145
*
Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>
Samba Release Account
1997-07-17
1
-4
/
+6
*
local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECK
Samba Release Account
1997-07-14
1
-5
/
+5
*
added pretty printing of data section to show_msg(), for debug log level 10.
Samba Release Account
1997-07-13
1
-3
/
+23
*
Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>
Samba Release Account
1997-07-08
1
-17
/
+25
*
added, tested and debugged new "hide files" option.
Samba Release Account
1997-07-06
1
-71
/
+67
*
Makefile: Added DGUX changes for intel.
Samba Release Account
1997-07-03
1
-8
/
+8
*
Fixed wierd bug with lowercase accented character directories.
Samba Release Account
1997-07-02
1
-4
/
+10
*
Rolled back Lukes changes. Not quite ready for prime time.
Samba Release Account
1997-07-01
1
-19
/
+4
*
made "hide files" and "veto files" into per-service parameter sections,
Samba Release Account
1997-07-01
1
-6
/
+6
*
added "hide files" option.
Samba Release Account
1997-07-01
1
-2
/
+17
*
client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...
Samba Release Account
1997-07-01
1
-1
/
+1
*
shmem.c: Changed debug to higher level
Samba Release Account
1997-06-27
1
-1
/
+2
*
loadparm.c: Made explicit max packet now ignored.
Samba Release Account
1997-06-06
1
-9
/
+28
*
loadparm.c: Ensure printer services cannot be read only and don't use share m...
Samba Release Account
1997-05-27
1
-1
/
+3
*
dir.c: Fixed double slash issue.
Samba Release Account
1997-05-20
1
-2
/
+3
*
'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)
Samba Release Account
1997-05-08
1
-1
/
+1
*
Large changes from jra@cygnus.com. Mainly browser updates.
Samba Release Account
1997-04-09
1
-4
/
+2
*
Makefile: Added cleandir target.
Samba Release Account
1997-02-23
1
-3
/
+3
*
Fixed bugs in my YOST replacement code. Doing a trim_string
Samba Release Account
1997-02-13
1
-1
/
+9
*
Added trim_string(s, "./", 0) to unix_clean_name to remove
Samba Release Account
1997-02-10
1
-0
/
+3
*
Fixed const definitions for StrCaseXXX calls.
Samba Release Account
1997-02-03
1
-2
/
+2
*
util.c: StrCaseCmp and StrnCaseCmp terminated incorrectly, giving false
Samba Release Account
1997-02-02
1
-7
/
+14
*
Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...
Samba Release Account
1997-01-09
1
-8
/
+2
*
Added Whistle veto file functions. Moved fcntl locking from
Samba Release Account
1996-12-10
1
-0
/
+225
*
- added support for TMPDIR env variable
Andrew Tridgell
1996-10-24
1
-1
/
+16
*
I have fixed quite a few important bugs in this commit.
Andrew Tridgell
1996-10-05
1
-6
/
+111
*
- changed the umask handling. We now set the umask to 0 and explicitly
Andrew Tridgell
1996-10-04
1
-2
/
+6
*
- fix the EALREADY bug so connections to slow hosts with smbclient get
Andrew Tridgell
1996-10-02
1
-2
/
+2
*
- a huge pile of changes from Luke which implement the browse.conf
Andrew Tridgell
1996-10-02
1
-1
/
+1
*
removed all of lukes recent changes. I need to do a p2 release but
Samba Release Account
1996-08-24
1
-333
/
+333
*
- fixed bugs in nmb response packet checking.
Samba Release Account
1996-08-23
1
-333
/
+333
*
- fix client for pathworks 4 access
Andrew Tridgell
1996-08-22
1
-0
/
+7
*
- add timeouts to connect() for password server connections. This
Andrew Tridgell
1996-08-22
1
-6
/
+63
*
- new handling of ST_TYPE bits, they are now consolidated much more in
Andrew Tridgell
1996-08-21
1
-1
/
+1
*
- added "netbios name" option in smb.conf to make controlling the name
Andrew Tridgell
1996-08-19
1
-10
/
+13
*
- added support for Amiga-unix (based on BSD I think)
Andrew Tridgell
1996-08-17
1
-5
/
+2
*
- added the "remote announce" option
Andrew Tridgell
1996-08-16
1
-2
/
+9
*
- added FAST_SHARE_MODES code
Andrew Tridgell
1996-08-15
1
-6
/
+10
*
changed "unsigned long" to "uint32" in several places (for IP
Andrew Tridgell
1996-08-14
1
-7
/
+7
*
- sequent-ptx support from bressler@iftccu.ca.boeing.com (Rick
Andrew Tridgell
1996-08-13
1
-1
/
+1
*
minor fix to write_data() for EOF handling
Andrew Tridgell
1996-08-12
1
-2
/
+2
*
fix a bug that we've had for a long time where we don't handle EOF
Andrew Tridgell
1996-07-30
1
-135
/
+47
*
a cleanup of the receive_smb() usage, adding timeouts in some places
Andrew Tridgell
1996-06-10
1
-11
/
+8
*
got rid of a lot of redundent header files as we now globally generate
Andrew Tridgell
1996-06-10
1
-1
/
+0
[prev]
[next]