Added sys_fork() and sys_getpid() functions to stop the overhead
[ira/wip.git] / source3 / lib / util.c
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-04-30 Andrew TridgellYIPEE!!!!!
2000-04-24 Andrew Tridgellmoved the INSURE hook into util.c
2000-04-23 Andrew Tridgellif using insure then don't close fd 2
2000-04-22 Andrew Tridgellreturn NULL for a zero size memdup
2000-04-17 Andrew Tridgellmoved standard_sub() and friends into a separate module
2000-04-15 Andrew Tridgelladded standard_sub_snum() function for modules that...
2000-04-12 Jeremy AllisonRemoved "ole locking compat" parameter (no longer used).
2000-04-11 Jeremy Allisoninclude/byteorder.h: ALIGN4/ALIGN2 macros.
2000-04-11 Andrew Tridgelladd an align4() function
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-03-27 Luke Leightonmoved nmblib-specific code from util.c to nmblib.c.
2000-03-10 Jeremy AllisonFixups for compiles with gcc flags -Wall -Wshadow ...
2000-03-06 Jean-François Mico... changed prs_unistr to parse empty and non-empty strings...
2000-02-09 Jeremy AllisonFixed wildcard match bug with '****' with smbclient...
2000-02-07 Jean-François Mico... Jeremy can you check lib/util_unistr.c for codepages...
2000-02-03 Tim PotterComments to use vfs_* functions instead of dos_* unless...
2000-01-25 Jeremy AllisonFirst set of speed improvements from Ying Chen <ying...
2000-01-14 Jeremy AllisonAdded "inherit permissions" patch.
2000-01-11 Jeremy AllisonFixed bug in unix_mask_match() that caused veto files...
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
2000-01-06 Jeremy AllisonGeneric wildcard matching fix from weidel@multichart.de.
2000-01-03 Luke Leightonsimple mods to add msrpc pipe redirection. default...
2000-01-03 Andrew Tridgellgot rid of mem_man
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightonchanged function name of get_home_dir() to get_unixhome...
1999-12-12 Luke Leightonfinal part of "first" phase converting over to msrpc...
1999-12-12 Luke Leightondelineation between smb and msrpc more marked. smbd...
1999-12-09 Gerald CarterOK. This code works on a RedHat 6.0 system. However...
1999-12-02 Luke Leightonadded get_any_dc_name() function.
1999-12-02 Luke Leightonneed a domain resolving function, but get_trusted_serve...
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-11-26 Luke Leightonwhoa. _major_ restructure of rpcclient. fixed some...
1999-11-24 Luke Leightonok. *whew*. this is the first completed part of the...
1999-11-12 Luke Leightonsplit array-handling functions into separate module.
1999-11-08 Luke Leightonpreparation for doing a spoolss enum jobs command....
1999-11-08 Luke Leightonconst feeding frenzy
1999-11-06 Luke Leightonadded rpcclient spoolenum command. enumerates printers.
1999-11-03 Luke Leightonthree types of array-creation / array-deletion functions:
1999-11-01 Luke Leightonrewrote rpcclient enumaliases command.
1999-10-30 Luke Leightongeneral, drastic improvements to rpcclient.
1999-10-29 Luke Leightonrpcclient regenum key client code rewritten to use...
1999-10-29 Luke Leightonadded HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr...
1999-10-21 Luke Leightonturning some of the rpcclient functions dynamic. this...
1999-07-21 Luke LeightonBDC support.
1999-07-07 Luke Leightonadded debug reporting to pwdb_sam_map_names() and pwdb_...
1999-06-29 Luke Leightonimproving authentication code (tidyup).
1999-06-13 Tim PotterMoved code that changes the pw_passwd entry (i.e shadow...
1999-05-07 Luke Leightonhad to move day display names into lib/util, to get...
1999-05-06 Luke LeightonJani Jaakkola's "getpwuid() / getpwnam()" hash-cache...
1999-04-12 Tim PotterFix compile warning in nametouid().
1999-03-12 Luke LeightonStefan Walter: spotted *p_group == NULL which should...
1999-03-09 Luke Leightonmods to allow inter-domain trust accounts to be added...
1999-02-03 Luke Leightoncache unix groups so that two-level getgrent calls...
1998-12-09 Luke Leightonoops, util_pwdb.c appears to be included in PASSDB_OBJ...
1998-12-07 Andrew Tridgellfixed warnings (and potential errors) due to integer...
1998-12-04 Luke Leighton- renamed do_samr_xxx to samr_xxx
1998-12-03 Luke Leightonmoved get_unixgroups it will be needed by the unix...
1998-12-01 Luke Leightonadding some samr parsing calls (group / alias adding...
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-23 Luke Leightonunix instance of group database API
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-11-12 Andrew Tridgellextracted the password change code from smbpasswd and...
1998-11-12 Andrew Tridgelllargely rewrote smbpasswd so that the code is understan...
1998-11-11 Luke Leightonchanged syntax of registry commands so keys can start...
1998-11-10 Luke Leightonutil functions split into relevant modules, first pass.
1998-11-09 Jeremy AllisonMakefile.in: Removed rpc_server/srv_ldap_helpers.c...
1998-10-28 Andrew Tridgelluse abort() instead of exit() in smb_panic()
1998-10-23 Jeremy Allisoninclude/smb.h: Added #defines for lots of things -...
1998-10-22 Luke Leightonrpctorture command
1998-10-20 Jeremy AllisonFixed bug found by John Blair where trim_string wasn't
1998-10-20 Luke Leightonsome quite important bug-fixes i missed because i trans...
1998-10-19 Luke Leighton- dce/rpc code
1998-10-19 Andrew Tridgellremoved an incorrect comment
1998-10-18 Jeremy AllisonFixed sys_lseek and seek_file calls so all returns
1998-10-16 Jeremy AllisonRe-added code to tell the user how many open files...
1998-10-05 Andrew Tridgell- fixed cast warnings
1998-10-05 Andrew Tridgelladded a function set_maxfiles() to set our file rlimit...
1998-10-04 Andrew Tridgellmore solaris 2.5 fixups. It now seems to be working...
1998-10-04 Andrew Tridgelluse *SMBSERVER convention in smbwrapper to allow us...
1998-10-04 Andrew Tridgelladded support for printing via smbwrapper
1998-10-03 Andrew Tridgelladded simple device/inode number support based on a...
1998-10-03 Andrew Tridgellfixed a bug in name_len() (thanks to kooros@kooros...
1998-10-03 Andrew Tridgelladded unlink() and rename() support to smbwrapper
1998-10-03 Andrew Tridgell- ignore *.p files
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-28 Jeremy AllisonFixed problems found in lint pass over the old code...
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-25 Luke Leightonadded rpcclient program
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-19 Jeremy AllisonRemove some byte-copying code in unix_format() that...
1998-09-18 Andrew Tridgellgot rid of some #ifdef LARGE_XXXX stuff and got rid...
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-15 Jeremy AllisonRemoved hideous inefficiencies in old trim_string code...
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
next