summaryrefslogtreecommitdiffstats
path: root/source/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-1/+1
* Changed name of case_sensitive in mask_match to avaid gcc "shadow global"Jeremy Allison2000-05-171-4/+2
* Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2000-05-021-102/+6
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-3/+3
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-604/+53
* YIPEE!!!!!Andrew Tridgell2000-04-301-1/+1
* moved the INSURE hook into util.cAndrew Tridgell2000-04-241-0/+26
* if using insure then don't close fd 2Andrew Tridgell2000-04-231-1/+4
* return NULL for a zero size memdupAndrew Tridgell2000-04-221-0/+1
* moved standard_sub() and friends into a separate moduleAndrew Tridgell2000-04-171-269/+1
* added standard_sub_snum() function for modules that don't haveAndrew Tridgell2000-04-151-1/+8
* Removed "ole locking compat" parameter (no longer used).Jeremy Allison2000-04-121-34/+1
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-111-25/+0
* add an align4() functionAndrew Tridgell2000-04-111-1/+14
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-51/+2
* moved nmblib-specific code from util.c to nmblib.c.Luke Leighton2000-03-271-191/+0
* Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-101-5/+5
* changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2000-03-061-14/+20
* Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi...Jeremy Allison2000-02-091-2/+3
* Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2000-02-071-0/+12
* Comments to use vfs_* functions instead of dos_* unless reallyTim Potter2000-02-031-1/+3
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-251-137/+1
* Added "inherit permissions" patch.Jeremy Allison2000-01-141-0/+28
* Fixed bug in unix_mask_match() that caused veto files not to work.Jeremy Allison2000-01-111-31/+9
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-5/+4
* Generic wildcard matching fix from weidel@multichart.de.Jeremy Allison2000-01-061-19/+80
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-0/+15
* got rid of mem_manAndrew Tridgell2000-01-031-7/+0
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-0/+21
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-873/+583
* changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-121-3/+3
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-9/+237
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-1/+6
* OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1999-12-091-2/+9
* added get_any_dc_name() function.Luke Leighton1999-12-021-0/+1
* need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1999-12-021-0/+34
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-1/+1
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-21/+0
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-0/+21
* split array-handling functions into separate module.Luke Leighton1999-11-121-224/+0
* preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1999-11-081-2/+83
* const feeding frenzyLuke Leighton1999-11-081-5/+5
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-12/+82
* three types of array-creation / array-deletion functions:Luke Leighton1999-11-031-31/+36
* rewrote rpcclient enumaliases command.Luke Leighton1999-11-011-0/+35
* general, drastic improvements to rpcclient.Luke Leighton1999-10-301-0/+18
* rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1999-10-291-2/+2
* added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-291-1/+9
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-211-0/+16
* BDC support.Luke Leighton1999-07-211-0/+27