index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name()
Tim Prouty
2009-07-08
1
-90
/
+0
*
s3:util: let parent_dirname() correctly return toplevel filenames
Stefan Metzmacher
2009-07-01
1
-1
/
+1
*
s3: Call va_end() after all va_start()/va_copy() calls.
Andrew Kroeger
2009-06-12
1
-1
/
+1
*
util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.
Günther Deschner
2009-05-29
1
-33
/
+0
*
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
2009-05-27
1
-6
/
+6
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-5
/
+5
*
Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if
Jelmer Vernooij
2009-04-20
1
-18
/
+0
*
s3: remove POLICY_HND.
Günther Deschner
2009-03-18
1
-2
/
+2
*
Remove the global "struct cm_cred_struct" and associated calls, make
Jeremy Allison
2009-03-17
1
-0
/
+40
*
Add some appropriate const.
Jeremy Allison
2009-03-16
1
-8
/
+8
*
s3: Remove madvise support
Steven Danneman
2009-03-04
1
-7
/
+0
*
Remove read_pkt
Volker Lendecke
2009-02-24
1
-99
/
+0
*
s3: Refactor of madvise() usage in c441f58d
Steven Danneman
2009-02-20
1
-0
/
+7
*
Moved become_daemon() and close_low_fds() to shared util lib
Steven Danneman
2009-02-20
1
-67
/
+0
*
Replace get_myname() with the talloc version from v3-3-test
Volker Lendecke
2009-02-13
1
-30
/
+1
*
Add read_pkt_send/recv
Volker Lendecke
2009-02-10
1
-0
/
+99
*
Remove the global variable "chain_size"
Volker Lendecke
2009-01-31
1
-3
/
+0
*
s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
Tim Prouty
2009-01-29
1
-1
/
+10
*
s3: reinit_after_fork() should reinit the event context before the messaging ...
Stefan Metzmacher
2009-01-20
1
-4
/
+4
*
Allow reinit_after_fork to be called safely from within swat and other binari...
Jeremy Allison
2009-01-15
1
-10
/
+14
*
Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c
Steven Danneman
2009-01-12
1
-14
/
+46
*
clean event context after child is forked.
Bo Yang
2009-01-05
1
-0
/
+3
*
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
2008-12-31
1
-2
/
+2
*
Remove unused function parent_dirname
Volker Lendecke
2008-12-31
1
-13
/
+0
*
Make use of TALLOC_MEMDUP in parent_dirname_talloc()
Volker Lendecke
2008-12-31
1
-2
/
+1
*
Remove unused function get_numlist()
Volker Lendecke
2008-12-31
1
-51
/
+0
*
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
2008-12-14
1
-62
/
+81
*
Move cli_trans_oob to lib/util.c
Volker Lendecke
2008-11-28
1
-0
/
+19
*
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
2008-11-06
1
-3
/
+3
*
Remove silly safe_free() function which is a wrapper around SAFE_FREE().
Jelmer Vernooij
2008-10-19
1
-11
/
+0
*
Fix const, dupes.
Jelmer Vernooij
2008-10-18
1
-35
/
+0
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Use shared util.c.
Jelmer Vernooij
2008-10-18
1
-323
/
+5
*
Use standard va_copy.
Jelmer Vernooij
2008-10-18
1
-1
/
+1
*
Share ndrdump implementation.
Jelmer Vernooij
2008-10-13
1
-7
/
+66
*
Add a utility function to append a DATA_BLOB to a talloc object
Volker Lendecke
2008-09-09
1
-0
/
+26
*
Add modules_path() to construct paths to files in MODULESDIR.
Michael Adam
2008-08-15
1
-0
/
+13
*
Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
Jeremy Allison
2008-08-12
1
-4
/
+1
*
Remove an unused variable, process.c has its static copy
Volker Lendecke
2008-08-10
1
-2
/
+0
*
util: add policy_hnd_equal().
Günther Deschner
2008-07-17
1
-0
/
+10
*
[BUG 5580] Allow access to DFS shares via libsmbclient
Derrell Lipman
2008-07-08
1
-0
/
+5
*
If no node number is given, default to the current node in smbcontrol
Volker Lendecke
2008-05-19
1
-1
/
+1
*
util: add strip_hostname() to strip of leading '\\'.
Günther Deschner
2008-05-09
1
-0
/
+19
*
Make the namelist arg to set_namearray const
Volker Lendecke
2008-05-05
1
-2
/
+2
*
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
2008-05-05
1
-1
/
+48
*
Fix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke
2008-04-23
1
-2
/
+3
*
util: add reinit_after_fork() function
Stefan Metzmacher
2008-04-18
1
-0
/
+30
*
Move is_valid_policy_hnd() out of net.
Günther Deschner
2008-04-08
1
-0
/
+8
*
Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...
Gerald W. Carter
2008-03-31
1
-1
/
+4
*
Adding missing calls to va_end().
Tim Potter
2008-01-27
1
-0
/
+1
[next]