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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
5
-8
/
+32
*
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
2012-08-09
7
-17
/
+58
*
s3:utils/net_rpc*: make use of cli_get_session_key()
Stefan Metzmacher
2012-08-01
3
-7
/
+39
*
s3-utils: Add cast to fix error found by -Werror=format
Andrew Bartlett
2012-07-30
1
-2
/
+2
*
lib/param: Rename "socket address" to "nbt client socket address" to clarify ...
Andrew Bartlett
2012-07-27
1
-1
/
+1
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
2
-0
/
+2
*
Move everything to use the common pidfile functions.
Jeremy Allison
2012-07-19
1
-1
/
+2
*
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Jeremy Allison
2012-07-19
1
-1
/
+1
*
s3-param: Make lp_name_resolve_order() return a list
Andrew Bartlett
2012-07-19
1
-1
/
+1
*
s3:smbstatus add --fast option
Christian Ambach
2012-07-18
1
-4
/
+11
*
s3:smbstatus don't check if process exists twice
Christian Ambach
2012-07-18
1
-4
/
+0
*
s3:smbstatus rename a function to make its purpose more clear
Christian Ambach
2012-07-18
1
-4
/
+4
*
s3:smbstatus fix a compiler warning
Christian Ambach
2012-07-18
1
-1
/
+1
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
5
-34
/
+40
*
source3/utils/net_conf.c: fix stackframe leak
Rusty Russell
2012-07-18
1
-0
/
+2
*
smbpasswd: always free frame.
Rusty Russell
2012-07-18
1
-4
/
+4
*
s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()
Michael Adam
2012-07-12
1
-1
/
+1
*
auth: Common function for retrieving PAC_LOGIN_INFO from PAC
Christof Schmitt
2012-07-06
1
-26
/
+2
*
auth: Remove .get_challenge (only used for security=server)
Andrew Bartlett
2012-07-03
1
-13
/
+0
*
s3:cclean avoid segfault in case of ctdb missbehaviour
Gregor Beck
2012-06-29
1
-3
/
+8
*
s3:cclean: fix memory allocation
Gregor Beck
2012-06-29
1
-2
/
+2
*
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
2012-06-27
1
-1
/
+1
*
s3: add a tool "cclean" to cleanup orphaned entries from connections.tdb
Gregor Beck
2012-06-27
1
-0
/
+300
*
s3:net registry import: implement dry-run with "--test"
Michael Adam
2012-06-26
1
-0
/
+6
*
s3:net registry import: add an assert
Michael Adam
2012-06-26
1
-0
/
+2
*
s3:net registry import: reduce indentation
Michael Adam
2012-06-26
1
-7
/
+8
*
s3:net registry import: fix the return code when transaction commit fails
Michael Adam
2012-06-26
1
-1
/
+1
*
s3:net registry import: improve regdb_open/close layering
Michael Adam
2012-06-26
1
-3
/
+4
*
s3:net registry import: untangle nested function calls
Michael Adam
2012-06-26
1
-3
/
+8
*
s3:net registry import: reduce indentation and untangle assignment from check
Michael Adam
2012-06-26
1
-4
/
+9
*
s3:net registry import: move precheck-and-import code to its own function
Michael Adam
2012-06-26
1
-9
/
+20
*
s3:net registry: fix violation of coding conventions
Gregor Beck
2012-06-26
1
-32
/
+35
*
s3:net registry import: add option --precheck
Gregor Beck
2012-06-26
3
-5
/
+197
*
s3:net registry import: check return values + codecleanup
Gregor Beck
2012-06-26
1
-16
/
+30
*
s3:net registry: fix output of dwords with sign bit set
Gregor Beck
2012-06-26
1
-1
/
+1
*
s3:util: rename procid_equal() to serverid_equal()
Michael Adam
2012-06-21
2
-2
/
+2
*
s3:smbstatus: use procid_equal() instead of equivalent cluster_id_equal()
Michael Adam
2012-06-21
1
-1
/
+2
*
Fix warning: variable ‘status’ set but not used.
Jeremy Allison
2012-06-19
1
-2
/
+1
*
dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
Volker Lendecke
2012-06-15
1
-3
/
+3
*
dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Volker Lendecke
2012-06-15
3
-5
/
+6
*
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
2012-06-15
1
-2
/
+4
*
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
s3: Simplify tdb_data_is_cstr a bit
Volker Lendecke
2012-06-14
1
-1
/
+1
*
s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid
Michael Adam
2012-06-06
2
-3
/
+3
*
s3:utils: use smbd/smbd.h instead of just smbd/proto.h
Stefan Metzmacher
2012-06-06
1
-1
/
+1
*
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
2012-06-05
3
-0
/
+3
*
s3:utils: use cli_tree_connect() instead of cli_tcon_andx()
Stefan Metzmacher
2012-05-30
1
-1
/
+1
*
s3:libsmb: get rid of cli_negprot
Luk Claes
2012-05-28
2
-3
/
+5
[next]