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
path:
root
/
source3
/
smbwrapper
/
smbw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix smbwrapper from global* changes.
Jeremy Allison
2002-11-13
1
-3
/
+3
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
2001-11-26
1
-3
/
+2
*
W2K doesn't seem to respond to *#0 names in node status. Ensure name
Jeremy Allison
2001-11-21
1
-1
/
+1
*
Store some path names in global variables initialized to configure
Martin Pool
2001-11-19
1
-3
/
+2
*
charset_initialise() doesn't exist anymore.
Tim Potter
2001-10-17
1
-2
/
+0
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-1
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-16
/
+14
*
fixed compilation error in smbw
Andrew Tridgell
2001-09-16
1
-11
/
+1
*
merge from 2.2
Gerald Carter
2001-09-14
1
-0
/
+2
*
declare dbf in one spot
Andrew Tridgell
2001-09-10
1
-1
/
+0
*
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
2001-09-10
1
-2
/
+2
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-2
/
+2
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-2
/
+0
*
setup workgroup when found
Andrew Tridgell
2001-02-20
1
-0
/
+1
*
implemented a much nicer name_status() interface. It now returns a
Andrew Tridgell
2000-12-20
1
-3
/
+13
*
Added support for SERVICESF shared variable to change configuration file
Tim Potter
2000-12-13
1
-1
/
+4
*
added support for browsing the list of workgroups at the top level in
Andrew Tridgell
2000-12-11
1
-56
/
+67
*
Fetch authentication info before actually using it.
Tim Potter
2000-11-11
1
-2
/
+2
*
Added a authentication hook to smbwrapper which allows a (username,
Tim Potter
2000-11-01
1
-11
/
+46
*
got smbw to compile again on Linux
Andrew Tridgell
2000-07-06
1
-1
/
+2
*
removed extra arguements from make_nmb_name calls
Herb Lewis
2000-03-16
1
-3
/
+3
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-6
/
+9
*
removed encrypt-password code pre-cli_session_setup(), session setup
Luke Leighton
1999-01-29
1
-6
/
+2
*
- got client code cleartext passwords working again in cli_session_setup.
Luke Leighton
1999-01-27
1
-2
/
+6
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-1
/
+1
*
fixes for OSF1 compilation
Andrew Tridgell
1998-11-13
1
-0
/
+6
*
Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
Jeremy Allison
1998-11-09
1
-2
/
+2
*
handle the case of an intermediate binary not loading smbwrapper.so
Andrew Tridgell
1998-10-24
1
-2
/
+1
*
volker was concerned about unique inode numbers and smbsh. This set of
Andrew Tridgell
1998-10-24
1
-1
/
+3
*
make sure that apps can't close one of the internal smbw file
Andrew Tridgell
1998-10-24
1
-2
/
+19
*
fixed problems with PWD - we no longer use the PWD env variable
Andrew Tridgell
1998-10-23
1
-6
/
+14
*
removed setenv(), replaced with smbw_setenv()
Andrew Tridgell
1998-10-20
1
-0
/
+1
*
smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirector
Jeremy Allison
1998-10-20
1
-3
/
+3
*
added command line options to smbsh
Andrew Tridgell
1998-10-19
1
-0
/
+6
*
- don't use env variables for passwords and usernames (yeah!)
Andrew Tridgell
1998-10-19
1
-15
/
+36
*
Small tidyups for gcc in 'preen' mode....
Jeremy Allison
1998-10-17
1
-0
/
+4
*
changed some debug levels
Andrew Tridgell
1998-10-16
1
-3
/
+8
*
Re-added code to tell the user how many open files they
Jeremy Allison
1998-10-16
1
-1
/
+1
*
tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of code
Luke Leighton
1998-10-14
1
-0
/
+2
*
dce/rpc.
Luke Leighton
1998-10-09
1
-1
/
+1
*
dce/rpc
Luke Leighton
1998-10-08
1
-1
/
+1
*
- fixed a bunch of warnings and minor errors
Andrew Tridgell
1998-10-08
1
-1
/
+1
*
don't prototype the acl() functions
Andrew Tridgell
1998-10-07
1
-5
/
+5
*
restore errno after smbw initialisation
Andrew Tridgell
1998-10-07
1
-0
/
+5
*
- updated docs to say OSF1 works
Andrew Tridgell
1998-10-07
1
-2
/
+2
*
yet another attempt at making this stuff portable. This time I use
Andrew Tridgell
1998-10-07
1
-0
/
+109
*
more OSF1 changes as well as changes to allow us to use the standard
Andrew Tridgell
1998-10-07
1
-1
/
+1
*
do an anonymous login if the username/password is rejected.
Andrew Tridgell
1998-10-07
1
-1
/
+3
*
implemented unix semantics for rename in smbwrapper
Andrew Tridgell
1998-10-06
1
-4
/
+26
[next]