index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
clifile.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-03-18
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
Andrew Bartlett
1
-1
/
+1
2003-03-13
Merge from HEAD. 'win2000 can take much longer than the specified time to res...
Jeremy Allison
1
-1
/
+1
2003-03-13
Change size parameters from signed to unsigned to fix up warnings.
Jeremy Allison
1
-6
/
+6
2003-03-03
More janitorial duties, fixing the BIG_UINT changes for large offsets.
Richard Sharpe
1
-1
/
+1
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-1
/
+1
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-1
/
+1
2002-03-11
added cli_locktype() for testing different lockingX lock types
Andrew Tridgell
1
-0
/
+54
2002-03-10
better handling of a zero timeout in cli_lock
Andrew Tridgell
1
-2
/
+6
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-16
Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.
Jeremy Allison
1
-2
/
+2
2002-01-16
Added CIFS UNIX extension code to client.
Jeremy Allison
1
-0
/
+164
2002-01-11
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
1
-26
/
+26
2001-11-04
Got serious about const again.
Jeremy Allison
1
-68
/
+65
2001-11-03
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
1
-3
/
+3
2001-09-17
fixed ctemp in server and client. It turns out that ctemp on NT is completely...
Andrew Tridgell
1
-3
/
+12
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-2
/
+2
2001-09-05
use cli_is_error() instead of looking in smb_rcls, otherwise NT status
Andrew Tridgell
1
-19
/
+15
2001-08-23
use 32 bit locking if client doesn't do 64 bit
Andrew Tridgell
1
-0
/
+8
2001-08-21
string terminate in mkdir
Andrew Tridgell
1
-1
/
+1
2001-08-10
A rewrite of the error handling in the libsmb client code. I've separated
Tim Potter
1
-1
/
+1
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-13
/
+13
2001-07-02
Insure caught the fact that PTRDIFFs were being done between two unrelated
Jeremy Allison
1
-1
/
+1
2001-06-21
Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does
Andrew Tridgell
1
-2
/
+4
2001-05-17
Fix a small warning about char * vs unsigned char * that gets some compilers
Richard Sharpe
1
-1
/
+1
2001-04-22
merging from 2.2 to head
Andrew Tridgell
1
-8
/
+45
2001-03-30
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
1
-4
/
+4
2001-03-29
Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.
Jeremy Allison
1
-0
/
+41
2001-03-29
Added cli_nt_create_full() as a way to get at all the ntcreate parameters.
Jeremy Allison
1
-6
/
+20
2001-03-14
simpler clistr interface which handles individual packets having
Andrew Tridgell
1
-1
/
+1
2001-03-10
to use the same macros in the client and server rename the CLISTR_
Andrew Tridgell
1
-11
/
+11
2001-02-22
cope better with broken filer expectations
Andrew Tridgell
1
-2
/
+2
2001-02-21
the unicode conversion of our client code is complete enough to be
Andrew Tridgell
1
-50
/
+0
2001-02-20
yipee! client unicode now works well with nt
Andrew Tridgell
1
-3
/
+9
2001-02-20
converted a bunch more fns
Andrew Tridgell
1
-15
/
+25
2001-02-20
converted nt_create and setatr
Andrew Tridgell
1
-9
/
+10
2001-02-20
- neater setting of bcc
Andrew Tridgell
1
-13
/
+14
2001-02-20
converted cli_open()
Andrew Tridgell
1
-7
/
+8
2001-02-20
converted cli_chkpath()
Andrew Tridgell
1
-3
/
+4
2001-02-20
converted cli_mkdir()
Andrew Tridgell
1
-3
/
+4
2000-12-21
Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename,
Tim Potter
1
-2
/
+49
2000-12-04
pass the desired access into cli_nt_create()
Andrew Tridgell
1
-3
/
+3
2000-12-04
fixed indentation
Andrew Tridgell
1
-1
/
+1
2000-11-16
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
1
-1
/
+4
2000-09-29
added cli_lock64() and cli_unlock64()
Andrew Tridgell
1
-0
/
+96
2000-04-25
split clientgen.c into several parts
Andrew Tridgell
1
-0
/
+609