summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper/smbw.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-3/+2
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-211-1/+1
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-3/+2
* charset_initialise() doesn't exist anymore.Tim Potter2001-10-171-2/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-16/+14
* fixed compilation error in smbwAndrew Tridgell2001-09-161-11/+1
* merge from 2.2Gerald Carter2001-09-141-0/+2
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-2/+2
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+0
* setup workgroup when foundAndrew Tridgell2001-02-201-0/+1
* implemented a much nicer name_status() interface. It now returns aAndrew Tridgell2000-12-201-3/+13
* Added support for SERVICESF shared variable to change configuration fileTim Potter2000-12-131-1/+4
* added support for browsing the list of workgroups at the top level inAndrew Tridgell2000-12-111-56/+67
* Fetch authentication info before actually using it.Tim Potter2000-11-111-2/+2
* Added a authentication hook to smbwrapper which allows a (username,Tim Potter2000-11-011-11/+46
* got smbw to compile again on LinuxAndrew Tridgell2000-07-061-1/+2
* removed extra arguements from make_nmb_name callsHerb Lewis2000-03-161-3/+3
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-6/+9
* removed encrypt-password code pre-cli_session_setup(), session setupLuke Leighton1999-01-291-6/+2
* - got client code cleartext passwords working again in cli_session_setup.Luke Leighton1999-01-271-2/+6
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* fixes for OSF1 compilationAndrew Tridgell1998-11-131-0/+6
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-2/+2
* handle the case of an intermediate binary not loading smbwrapper.soAndrew Tridgell1998-10-241-2/+1
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-241-1/+3
* make sure that apps can't close one of the internal smbw fileAndrew Tridgell1998-10-241-2/+19
* fixed problems with PWD - we no longer use the PWD env variableAndrew Tridgell1998-10-231-6/+14
* removed setenv(), replaced with smbw_setenv()Andrew Tridgell1998-10-201-0/+1
* smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1998-10-201-3/+3
* added command line options to smbshAndrew Tridgell1998-10-191-0/+6
* - don't use env variables for passwords and usernames (yeah!)Andrew Tridgell1998-10-191-15/+36
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-0/+4
* changed some debug levelsAndrew Tridgell1998-10-161-3/+8
* Re-added code to tell the user how many open files theyJeremy Allison1998-10-161-1/+1
* tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of codeLuke Leighton1998-10-141-0/+2
* dce/rpc.Luke Leighton1998-10-091-1/+1
* dce/rpcLuke Leighton1998-10-081-1/+1
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-1/+1
* don't prototype the acl() functionsAndrew Tridgell1998-10-071-5/+5
* restore errno after smbw initialisationAndrew Tridgell1998-10-071-0/+5
* - updated docs to say OSF1 worksAndrew Tridgell1998-10-071-2/+2
* yet another attempt at making this stuff portable. This time I useAndrew Tridgell1998-10-071-0/+109
* more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1998-10-071-1/+1
* do an anonymous login if the username/password is rejected.Andrew Tridgell1998-10-071-1/+3
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-061-4/+26
* added a wrapper for fork()Andrew Tridgell1998-10-061-0/+69