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
Commit message (
Expand
)
Author
Age
Files
Lines
*
netapi: fix NetGroupGetInfo() against NT4.
Günther Deschner
2008-07-18
1
-1
/
+11
*
netapi: fix NetGroupDel() against NT4.
Günther Deschner
2008-07-18
1
-1
/
+3
*
netapi: fix NetUserAdd() against NT4.
Günther Deschner
2008-07-18
1
-0
/
+15
*
netapi: typo in NetGroupEnum example code.
Günther Deschner
2008-07-18
1
-1
/
+1
*
netapi: fix build warning for ConvertSidToStringSid().
Günther Deschner
2008-07-18
1
-3
/
+3
*
kerberos: make smb_krb5_kt_add_entry() static.
Günther Deschner
2008-07-18
1
-6
/
+6
*
libads: add prototype for ads_connect_gc().
Günther Deschner
2008-07-18
1
-0
/
+1
*
libnetjoin: make libnet_join_rollback() static.
Günther Deschner
2008-07-18
1
-2
/
+2
*
Fix typos.
Karolin Seeger
2008-07-18
1
-14
/
+14
*
Use LDAP macros instead of attribute names.
Karolin Seeger
2008-07-18
2
-44
/
+43
*
rpcclient: add ability to fetch single objects with dsgetncchanges command
Michael Adam
2008-07-18
1
-2
/
+18
*
Simplify the RPC servers: remove get_pipe_fns
Volker Lendecke
2008-07-18
3
-99
/
+26
*
rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.
Michael Adam
2008-07-18
1
-8
/
+26
*
net rpc vampire: eliminate missing proto warning by making rpc_vampire_keytab...
Michael Adam
2008-07-18
1
-8
/
+8
*
dssync: fix missing prototype warning by including the proper header.
Michael Adam
2008-07-18
1
-1
/
+1
*
Document the streams modules
Volker Lendecke
2008-07-18
2
-0
/
+146
*
Change the directory parameter in streams_depot to become consistent
Volker Lendecke
2008-07-18
1
-1
/
+1
*
smbldap: Fix typo in debug message.
Karolin Seeger
2008-07-18
1
-1
/
+1
*
From Jim McDonough
Jeremy Allison
2008-07-17
3
-8
/
+15
*
gitignore: ignore the proper genreated library symbol files.
Michael Adam
2008-07-17
1
-4
/
+4
*
rpcclient: for testing, add dsgetncchanges command.
Günther Deschner
2008-07-17
1
-0
/
+229
*
allow SID with 0 in subauthority to be converted properly
Herb Lewis
2008-07-17
1
-1
/
+2
*
Update the developers documentation for the new vendor version options.
Andreas Schneider
2008-07-17
1
-3
/
+5
*
Use the macro to call samba_version_string().
Andreas Schneider
2008-07-17
1
-1
/
+1
*
Simplify samba_version_string.
Andreas Schneider
2008-07-17
3
-46
/
+35
*
netapi: use ConvertSidToStringSid in NetGetGroupInfo query.
Günther Deschner
2008-07-17
1
-1
/
+6
*
netapi: add NetGroupEnum example code.
Günther Deschner
2008-07-17
2
-0
/
+159
*
netapi: fill in NetGroupEnum_r().
Günther Deschner
2008-07-17
1
-2
/
+259
*
netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.
Günther Deschner
2008-07-17
2
-5
/
+7
*
re-run make idl.
Günther Deschner
2008-07-17
1
-1
/
+1
*
netapi: make sid in GROUP_INFO_3 a pointer.
Günther Deschner
2008-07-17
1
-1
/
+1
*
netapi: add NetGroupEnum to public headers.
Günther Deschner
2008-07-17
1
-0
/
+28
*
netapi: add skeleton for NetGroupEnum().
Günther Deschner
2008-07-17
3
-0
/
+82
*
re-run make idl.
Günther Deschner
2008-07-17
3
-10
/
+83
*
netapi: add NetGroupEnum to IDL.
Günther Deschner
2008-07-17
1
-0
/
+14
*
netapi: add ConvertSidToStringSid() for convenience of the callers.
Günther Deschner
2008-07-17
3
-1
/
+67
*
util: add policy_hnd_equal().
Günther Deschner
2008-07-17
2
-0
/
+12
*
netapi: fix documentation for NetGroupSetInfo.
Günther Deschner
2008-07-17
1
-2
/
+2
*
This patchset comprises a number of cleanups for the cifs upcall
Jeremy Allison
2008-07-16
4
-37
/
+161
*
In api_pipe_bind_req(), check for the iface id, not the pipe name
Volker Lendecke
2008-07-16
20
-22
/
+53
*
Add ndr_syntax_id_equal()
Volker Lendecke
2008-07-16
3
-1
/
+19
*
In api_pipe_bind_req(), decode the bind request before checking the pipe
Volker Lendecke
2008-07-16
1
-8
/
+10
*
Allow %u parameters for print job username - use advanced sub
Jim McDonough
2008-07-16
1
-3
/
+5
*
Sequel to c10aad9f13: Ignore whitespaces in parametric options
Volker Lendecke
2008-07-16
1
-24
/
+7
*
Tiny logic simplification: Remove an indentation by using an early return;
Volker Lendecke
2008-07-16
1
-46
/
+56
*
Remove a silly "typedef struct _param_opt_struct param_opt_struct"
Volker Lendecke
2008-07-16
1
-26
/
+28
*
The compatibility function also should have a const buffer pointer
Derrell Lipman
2008-07-16
1
-1
/
+1
*
The buf in the smbclient write function should be const.
Andreas Schneider
2008-07-16
3
-4
/
+4
*
Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-test
Derrell Lipman
2008-07-16
23
-426
/
+824
|
\
|
*
libnet_dssync: use ctr[1|6]->more_data
Stefan Metzmacher
2008-07-16
1
-2
/
+2
[next]