summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-1/+1
2000-05-17Changed name of case_sensitive in mask_match to avaid gcc "shadow global"Jeremy Allison1-4/+2
2000-05-02Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison1-102/+6
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-3/+3
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-604/+53
2000-04-30YIPEE!!!!!Andrew Tridgell1-1/+1
2000-04-24moved the INSURE hook into util.cAndrew Tridgell1-0/+26
2000-04-23if using insure then don't close fd 2Andrew Tridgell1-1/+4
2000-04-22return NULL for a zero size memdupAndrew Tridgell1-0/+1
2000-04-17moved standard_sub() and friends into a separate moduleAndrew Tridgell1-269/+1
2000-04-15added standard_sub_snum() function for modules that don't haveAndrew Tridgell1-1/+8
2000-04-12Removed "ole locking compat" parameter (no longer used).Jeremy Allison1-34/+1
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison1-25/+0
2000-04-11add an align4() functionAndrew Tridgell1-1/+14
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-51/+2
2000-03-27moved nmblib-specific code from util.c to nmblib.c.Luke Leighton1-191/+0
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