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
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-04-17
moved standard_sub() and friends into a separate module
Andrew Tridgell
1
-269
/
+1
2000-04-15
added standard_sub_snum() function for modules that don't have
Andrew Tridgell
1
-1
/
+8
2000-04-12
Removed "ole locking compat" parameter (no longer used).
Jeremy Allison
1
-34
/
+1
2000-04-11
include/byteorder.h: ALIGN4/ALIGN2 macros.
Jeremy Allison
1
-25
/
+0
2000-04-11
add an align4() function
Andrew Tridgell
1
-1
/
+14
2000-04-11
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
1
-51
/
+2
2000-03-27
moved nmblib-specific code from util.c to nmblib.c.
Luke Leighton
1
-191
/
+0
2000-03-10
Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...
Jeremy Allison
1
-5
/
+5
2000-03-06
changed prs_unistr to parse empty and non-empty strings the same way.
Jean-François Micouleau
1
-14
/
+20
2000-02-09
Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi...
Jeremy Allison
1
-2
/
+3
2000-02-07
Jeremy can you check lib/util_unistr.c for codepages support ?
Jean-François Micouleau
1
-0
/
+12
2000-02-03
Comments to use vfs_* functions instead of dos_* unless really
Tim Potter
1
-1
/
+3
2000-01-25
First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
1
-137
/
+1
2000-01-14
Added "inherit permissions" patch.
Jeremy Allison
1
-0
/
+28
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
1
-5
/
+4
2000-01-06
Generic wildcard matching fix from weidel@multichart.de.
Jeremy Allison
1
-19
/
+80
2000-01-03
simple mods to add msrpc pipe redirection. default behaviour: fall back
Luke Leighton
1
-0
/
+15
2000-01-03
got rid of mem_man
Andrew Tridgell
1
-7
/
+0
1999-12-21
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
1
-0
/
+21
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-873
/
+583
1999-12-12
changed function name of get_home_dir() to get_unixhome_dir(), to stop
Luke Leighton
1
-3
/
+3
1999-12-12
final part of "first" phase converting over to msrpc daemon architecture.
Luke Leighton
1
-9
/
+237
1999-12-12
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1
-1
/
+6
1999-12-09
OK. This code works on a RedHat 6.0 system. However smbpasswd
Gerald Carter
1
-2
/
+9
1999-12-02
added get_any_dc_name() function.
Luke Leighton
1
-0
/
+1
1999-12-02
need a domain resolving function, but get_trusted_serverlist() will do.
Luke Leighton
1
-0
/
+34
1999-12-01
sys_select added one more argument (read, write selectors).
Luke Leighton
1
-1
/
+1
1999-11-26
whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.
Luke Leighton
1
-21
/
+0
1999-11-24
ok. *whew*. this is the first completed part of the restructure.
Luke Leighton
1
-0
/
+21
1999-11-12
split array-handling functions into separate module.
Luke Leighton
1
-224
/
+0
1999-11-08
preparation for doing a spoolss enum jobs command. had to rewrite
Luke Leighton
1
-2
/
+83
1999-11-08
const feeding frenzy
Luke Leighton
1
-5
/
+5
1999-11-06
added rpcclient spoolenum command. enumerates printers.
Luke Leighton
1
-12
/
+82
1999-11-03
three types of array-creation / array-deletion functions:
Luke Leighton
1
-31
/
+36
1999-11-01
rewrote rpcclient enumaliases command.
Luke Leighton
1
-0
/
+35
1999-10-30
general, drastic improvements to rpcclient.
Luke Leighton
1
-0
/
+18
1999-10-29
rpcclient regenum key client code rewritten to use higher order functions.
Luke Leighton
1
-2
/
+2
1999-10-29
added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supported
Luke Leighton
1
-1
/
+9
1999-10-21
turning some of the rpcclient functions dynamic. this is likely to
Luke Leighton
1
-0
/
+16
1999-07-21
BDC support.
Luke Leighton
1
-0
/
+27
1999-07-07
added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names()
Luke Leighton
1
-1
/
+1
1999-06-29
improving authentication code (tidyup).
Luke Leighton
1
-3
/
+3
1999-06-13
Moved code that changes the pw_passwd entry (i.e shadow password and
Tim Potter
1
-2
/
+2
1999-05-07
had to move day display names into lib/util, to get rpctorture to compile.
Luke Leighton
1
-0
/
+2
1999-05-06
Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hack
Luke Leighton
1
-13
/
+0
1999-04-12
Fix compile warning in nametouid().
Tim Potter
1
-1
/
+1
1999-03-12
Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa...
Luke Leighton
1
-2
/
+14
1999-03-09
mods to allow inter-domain trust accounts to be added to SAM database
Luke Leighton
1
-30
/
+36
1999-02-03
cache unix groups so that two-level getgrent calls don't occur.
Luke Leighton
1
-0
/
+71
[next]