index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-18
netapi: add libnetapi_samr_free().
Günther Deschner
3
-0
/
+22
2008-07-18
netapi: use private samr structure in libnetapi_samr_open_builtin().
Günther Deschner
2
-2
/
+39
2008-07-18
netapi: use private samr structure in libnetapi_samr_open_domain().
Günther Deschner
2
-2
/
+48
2008-07-18
netapi: add libnetapi_samr_close_builtin_handle().
Günther Deschner
2
-0
/
+26
2008-07-18
netapi: add libnetapi_samr_close_domain/connect_handle.
Günther Deschner
2
-0
/
+52
2008-07-18
netapi: add libnetapi_private_ctx and init function.
Günther Deschner
3
-0
/
+48
2008-07-18
netapi: fix NetGroupGetInfo() against NT4.
Günther Deschner
1
-1
/
+11
2008-07-18
netapi: fix NetGroupDel() against NT4.
Günther Deschner
1
-1
/
+3
2008-07-18
netapi: fix NetUserAdd() against NT4.
Günther Deschner
1
-0
/
+15
2008-07-18
netapi: typo in NetGroupEnum example code.
Günther Deschner
1
-1
/
+1
2008-07-18
netapi: fix build warning for ConvertSidToStringSid().
Günther Deschner
1
-3
/
+3
2008-07-18
kerberos: make smb_krb5_kt_add_entry() static.
Günther Deschner
1
-6
/
+6
2008-07-18
libads: add prototype for ads_connect_gc().
Günther Deschner
1
-0
/
+1
2008-07-18
libnetjoin: make libnet_join_rollback() static.
Günther Deschner
1
-2
/
+2
2008-07-18
Fix typos.
Karolin Seeger
1
-14
/
+14
2008-07-18
Use LDAP macros instead of attribute names.
Karolin Seeger
2
-44
/
+43
2008-07-18
rpcclient: add ability to fetch single objects with dsgetncchanges command
Michael Adam
1
-2
/
+18
2008-07-18
Simplify the RPC servers: remove get_pipe_fns
Volker Lendecke
3
-99
/
+26
2008-07-18
rpcclient: use level 5 or level 8 in dsgetncchanges command based on bind-info.
Michael Adam
1
-8
/
+26
2008-07-18
net rpc vampire: eliminate missing proto warning by making rpc_vampire_keytab...
Michael Adam
1
-8
/
+8
2008-07-18
dssync: fix missing prototype warning by including the proper header.
Michael Adam
1
-1
/
+1
2008-07-18
Document the streams modules
Volker Lendecke
2
-0
/
+146
2008-07-18
Change the directory parameter in streams_depot to become consistent
Volker Lendecke
1
-1
/
+1
2008-07-18
smbldap: Fix typo in debug message.
Karolin Seeger
1
-1
/
+1
2008-07-17
From Jim McDonough
Jeremy Allison
3
-8
/
+15
2008-07-17
gitignore: ignore the proper genreated library symbol files.
Michael Adam
1
-4
/
+4
2008-07-17
rpcclient: for testing, add dsgetncchanges command.
Günther Deschner
1
-0
/
+229
2008-07-17
allow SID with 0 in subauthority to be converted properly
Herb Lewis
1
-1
/
+2
2008-07-17
Update the developers documentation for the new vendor version options.
Andreas Schneider
1
-3
/
+5
2008-07-17
Use the macro to call samba_version_string().
Andreas Schneider
1
-1
/
+1
2008-07-17
Simplify samba_version_string.
Andreas Schneider
3
-46
/
+35
2008-07-17
netapi: use ConvertSidToStringSid in NetGetGroupInfo query.
Günther Deschner
1
-1
/
+6
2008-07-17
netapi: add NetGroupEnum example code.
Günther Deschner
2
-0
/
+159
2008-07-17
netapi: fill in NetGroupEnum_r().
Günther Deschner
1
-2
/
+259
2008-07-17
netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.
Günther Deschner
2
-5
/
+7
2008-07-17
re-run make idl.
Günther Deschner
1
-1
/
+1
2008-07-17
netapi: make sid in GROUP_INFO_3 a pointer.
Günther Deschner
1
-1
/
+1
2008-07-17
netapi: add NetGroupEnum to public headers.
Günther Deschner
1
-0
/
+28
2008-07-17
netapi: add skeleton for NetGroupEnum().
Günther Deschner
3
-0
/
+82
2008-07-17
re-run make idl.
Günther Deschner
3
-10
/
+83
2008-07-17
netapi: add NetGroupEnum to IDL.
Günther Deschner
1
-0
/
+14
2008-07-17
netapi: add ConvertSidToStringSid() for convenience of the callers.
Günther Deschner
3
-1
/
+67
2008-07-17
util: add policy_hnd_equal().
Günther Deschner
2
-0
/
+12
2008-07-17
netapi: fix documentation for NetGroupSetInfo.
Günther Deschner
1
-2
/
+2
2008-07-16
This patchset comprises a number of cleanups for the cifs upcall
Jeremy Allison
4
-37
/
+161
2008-07-16
In api_pipe_bind_req(), check for the iface id, not the pipe name
Volker Lendecke
20
-22
/
+53
2008-07-16
Add ndr_syntax_id_equal()
Volker Lendecke
3
-1
/
+19
2008-07-16
In api_pipe_bind_req(), decode the bind request before checking the pipe
Volker Lendecke
1
-8
/
+10
2008-07-16
Allow %u parameters for print job username - use advanced sub
Jim McDonough
1
-3
/
+5
2008-07-16
Sequel to c10aad9f13: Ignore whitespaces in parametric options
Volker Lendecke
1
-24
/
+7
[next]