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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2000-01-21
made cvs main up-to-date with samba_tng, with addition of process id to
Luke Leighton
2
-7
/
+12
2000-01-16
make string_init() static
Andrew Tridgell
2
-2
/
+2
2000-01-14
Added "inherit permissions" patch.
Jeremy Allison
2
-0
/
+31
2000-01-12
Fix problems with broken libc fvct returns.
Jeremy Allison
1
-1
/
+8
2000-01-11
Fixed pointer arithmetic found by IRIX compiler.
Jeremy Allison
1
-1
/
+1
2000-01-11
Fixed bug in unix_mask_match() that caused veto files not to work.
Jeremy Allison
1
-31
/
+9
2000-01-07
this looks like a big commit, but it isn't really :)
Andrew Tridgell
2
-6
/
+4
2000-01-06
Generic wildcard matching fix from weidel@multichart.de.
Jeremy Allison
1
-19
/
+80
2000-01-05
implemented talloc() as described on samba-technical. This fixes the
Andrew Tridgell
1
-0
/
+96
2000-01-03
simple mods to add msrpc pipe redirection. default behaviour: fall back
Luke Leighton
7
-2
/
+1327
2000-01-03
got rid of mem_man
Andrew Tridgell
1
-7
/
+0
1999-12-29
Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.
Jeremy Allison
1
-37
/
+875
1999-12-23
Fixed range checking in unicode to multibyte function. Oops.
Jeremy Allison
1
-9
/
+15
1999-12-23
Added wtoupper/wtolower.
Jeremy Allison
1
-0
/
+19
1999-12-23
Samba now includes a full ucs2 upper to lower case (and vica versa) map table.
Jeremy Allison
1
-0
/
+56
1999-12-22
include/includes.h: Trimmed down unicode directory entry to be POSIX complient.
Jeremy Allison
2
-3
/
+18
1999-12-22
First cut at unicode sys_xx functions. Now to start moving upwards.....
Jeremy Allison
1
-0
/
+169
1999-12-22
Ok - we now have the following functions for UNICODE support :
Jeremy Allison
1
-0
/
+127
1999-12-21
Added new unicode functions - not used yet, but are the basis for the
Jeremy Allison
1
-1
/
+209
1999-12-21
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
1
-0
/
+21
1999-12-17
lib/fnmatch.c from 2.0.6
Andrew Tridgell
1
-0
/
+200
1999-12-17
interfaces.c from 2.0.6
Andrew Tridgell
1
-0
/
+401
1999-12-17
util_sec.c from 2.0.6
Andrew Tridgell
1
-0
/
+326
1999-12-13
Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.
Jeremy Allison
2
-2
/
+1319
1999-12-13
2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...
Andrew Tridgell
18
-6540
/
+0
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
25
-3050
/
+2890
1999-12-12
changed function name of get_home_dir() to get_unixhome_dir(), to stop
Luke Leighton
2
-5
/
+5
1999-12-12
final part of "first" phase converting over to msrpc daemon architecture.
Luke Leighton
3
-252
/
+241
1999-12-12
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
5
-53
/
+85
1999-12-09
OK. This code works on a RedHat 6.0 system. However smbpasswd
Gerald Carter
1
-2
/
+9
1999-12-08
jerry spotted that get_domain_sids() was being called with the wrong
Luke Leighton
2
-13
/
+3
1999-12-08
ABOUT TIME!!!!!!!!
Luke Leighton
4
-109
/
+123
1999-12-06
the first independent msrpc daemon - lsarpcd.
Luke Leighton
6
-9
/
+547
1999-12-05
first version of msrpc agent redirector code. client-side only.
Luke Leighton
4
-2
/
+902
1999-12-05
created create_pipe_socket() function.
Luke Leighton
1
-0
/
+62
1999-12-04
cool! created higher-order function table for agent redirection.
Luke Leighton
1
-0
/
+242
1999-12-04
jeremy is going to hate me for this.
Luke Leighton
1
-0
/
+32
1999-12-02
cleaning up: removing those horrible references to server list
Luke Leighton
1
-1
/
+1
1999-12-02
added get_any_dc_name() function.
Luke Leighton
2
-0
/
+15
1999-12-02
need a domain resolving function, but get_trusted_serverlist() will do.
Luke Leighton
1
-0
/
+34
1999-12-02
default SID map now reads in "trusted domains" from smb.conf.
Luke Leighton
3
-21
/
+128
1999-12-01
sys_select added one more argument (read, write selectors).
Luke Leighton
4
-9
/
+73
1999-11-29
attempting to resolve the issue that multiple servers often specified in
Luke Leighton
1
-13
/
+0
1999-11-29
ok. got ntlogin command working. argh, it maintains a connection to
Luke Leighton
1
-15
/
+42
1999-11-27
further abstraction involving client states. main client-side code
Luke Leighton
1
-30
/
+22
1999-11-26
whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.
Luke Leighton
1
-21
/
+0
1999-11-25
cool! completed a samr* API that _would_ look like an msdn samr* api...
Luke Leighton
1
-2
/
+8
1999-11-24
service control manager API completed. svcenum -i works, but does not
Luke Leighton
1
-0
/
+1
1999-11-24
ok. *whew*. this is the first completed part of the restructure.
Luke Leighton
2
-2
/
+27
1999-11-24
first stages of removing struct cli_state* and uint16 fnum from all
Luke Leighton
2
-18
/
+23
[next]