summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-5/+5
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau1-14/+20
2000-02-09Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi...Jeremy Allison1-2/+3
2000-02-07Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau1-0/+12
2000-02-03Comments to use vfs_* functions instead of dos_* unless reallyTim Potter1-1/+3
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-137/+1
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-0/+28
2000-01-11Fixed bug in unix_mask_match() that caused veto files not to work.Jeremy Allison1-31/+9
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-5/+4
2000-01-06Generic wildcard matching fix from weidel@multichart.de.Jeremy Allison1-19/+80
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-0/+15
2000-01-03got rid of mem_manAndrew Tridgell1-7/+0
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-0/+21
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-873/+583
1999-12-12changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1-3/+3
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-9/+237
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-1/+6
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1-2/+9
1999-12-02added get_any_dc_name() function.Luke Leighton1-0/+1
1999-12-02need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1-0/+34
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-1/+1
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-21/+0
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-0/+21
1999-11-12split array-handling functions into separate module.Luke Leighton1-224/+0
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1-2/+83
1999-11-08const feeding frenzyLuke Leighton1-5/+5
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-12/+82
1999-11-03three types of array-creation / array-deletion functions:Luke Leighton1-31/+36
1999-11-01rewrote rpcclient enumaliases command.Luke Leighton1-0/+35
1999-10-30general, drastic improvements to rpcclient.Luke Leighton1-0/+18
1999-10-29rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1-2/+2
1999-10-29added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1-1/+9
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1-0/+16
1999-07-21BDC support.Luke Leighton1-0/+27
1999-07-07added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names()Luke Leighton1-1/+1
1999-06-29improving authentication code (tidyup).Luke Leighton1-3/+3
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1-2/+2
1999-05-07had to move day display names into lib/util, to get rpctorture to compile.Luke Leighton1-0/+2
1999-05-06Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1-13/+0
1999-04-12Fix compile warning in nametouid().Tim Potter1-1/+1
1999-03-12Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa...Luke Leighton1-2/+14
1999-03-09mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1-30/+36
1999-02-03cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1-0/+71
1998-12-09oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.Luke Leighton1-0/+14
1998-12-07fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1-2/+3
1998-12-04- renamed do_samr_xxx to samr_xxxLuke Leighton1-4/+4
1998-12-03moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1-0/+49
1998-12-01adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1-0/+15
1998-11-29weekend work. user / group database API.Luke Leighton1-43/+60
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-179/+20