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
/
libsmb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I had
Richard Sharpe
2001-01-04
1
-8
/
+44
*
Add a new file clidgram with routines that are used by the libsmbclient code.
Richard Sharpe
2001-01-03
1
-0
/
+239
*
Return EACCES for bad password.
Tim Potter
2001-01-02
1
-1
/
+1
*
First pass at the libsmbclient code ...
Richard Sharpe
2000-12-26
1
-0
/
+1140
*
Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename,
Tim Potter
2000-12-21
1
-2
/
+49
*
Replace magic number with constant.
Tim Potter
2000-12-21
1
-1
/
+1
*
implemented a much nicer name_status() interface. It now returns a
Andrew Tridgell
2000-12-20
1
-167
/
+122
*
Fixed bug found by Gerald. If a Samba server joins a domain and is set
Jeremy Allison
2000-12-19
1
-2
/
+2
*
Added query info policy call.
Tim Potter
2000-12-18
1
-0
/
+86
*
Streamlined exit path.
Tim Potter
2000-12-18
1
-24
/
+27
*
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
2000-12-15
4
-19
/
+59
*
Lightweight rpc client library. Uses only routines in libsmb and
Tim Potter
2000-12-13
1
-0
/
+370
*
exposed the broadcast name resolution routine outside namequery.c
Andrew Tridgell
2000-12-11
1
-4
/
+4
*
Removed compiler warning.
Tim Potter
2000-12-08
1
-1
/
+2
*
pass the desired access into cli_nt_create()
Andrew Tridgell
2000-12-04
1
-3
/
+3
*
fixed indentation
Andrew Tridgell
2000-12-04
1
-1
/
+1
*
removed SACL support (as it doesn't work with w2k if you ask for
Andrew Tridgell
2000-12-04
1
-2
/
+2
*
in cli_session_setup() accept usernames of the form DOMAIN/USER or
Andrew Tridgell
2000-12-04
1
-0
/
+9
*
changed an error message
Andrew Tridgell
2000-12-03
1
-1
/
+1
*
getting/setting acls now works. The SIDs are still numeric, the next
Andrew Tridgell
2000-12-03
1
-1
/
+56
*
- added client support for nttrans calls
Andrew Tridgell
2000-12-03
2
-0
/
+282
*
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
2000-11-16
3
-3
/
+15
*
Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo Re...
Jeremy Allison
2000-10-28
1
-4
/
+2
*
Rolled back find NetBIOS name of PDC/BDC code as a temp fix. This
Jeremy Allison
2000-10-27
1
-1
/
+60
*
last part of W2K support.
Jean-François Micouleau
2000-10-13
1
-4
/
+5
*
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2000-10-13
1
-1
/
+1
*
changes to sync with 2.2. tree
Herb Lewis
2000-10-11
2
-2
/
+2
*
added samr_set_user_info and info_2.
Jean-François Micouleau
2000-10-07
1
-0
/
+44
*
Ensure browse.dat is written and read in UNIX character set format.
Jeremy Allison
2000-10-07
1
-0
/
+1
*
Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.
Jeremy Allison
2000-10-06
1
-2
/
+10
*
added cli_lock64() and cli_unlock64()
Andrew Tridgell
2000-09-29
1
-0
/
+96
*
added NEGNOWAIT. sent to secure@microsoft.com
Luke Leighton
2000-09-26
1
-0
/
+38
*
Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.
Tim Potter
2000-08-25
1
-1
/
+1
*
First shot at actually *doing* WINS failover.
Christopher R. Hertel
2000-08-11
1
-1
/
+8
*
In cli_error() return ENOENT when an ERROR_INVALID_NAME is received instead
Tim Potter
2000-08-04
1
-0
/
+1
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
2
-3
/
+4
*
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2000-07-27
1
-0
/
+10
*
Instead of handing back a string (which might be a DNS name or an IP
Christopher R. Hertel
2000-07-19
1
-1
/
+1
*
First cut toward adding WINS server failover.
Christopher R. Hertel
2000-07-19
1
-3
/
+3
*
An improved version of the Negative Query Response fix. The earlier fix
Christopher R. Hertel
2000-07-12
1
-10
/
+37
*
Quick change to short-circuit WINS queries if the WINS server returns a
Christopher R. Hertel
2000-07-09
1
-6
/
+20
*
More rpcclient merge issues:
Gerald Carter
2000-07-07
1
-2
/
+12
*
first pass at merging rpcclient from TNG to HEAD. You can get a
Gerald Carter
2000-07-03
4
-6
/
+105
*
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
2000-06-11
1
-1
/
+1
*
Getting back to a compilable state (not there yet but close).
Jeremy Allison
2000-06-01
1
-2
/
+2
*
lib/util_unistr.c:
Jeremy Allison
2000-05-10
2
-49
/
+1
*
Ho hum - forgot timeout case.
Jeremy Allison
2000-05-10
1
-1
/
+5
*
Fix from David Collier-Brown - sys_select return was not being checked.
Jeremy Allison
2000-05-10
1
-1
/
+5
*
more merging
Andrew Tridgell
2000-05-10
2
-4
/
+2
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
2
-2
/
+2
[prev]
[next]