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
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-03
Hey, it is 2008 now.
Michael Adam
1
-1
/
+1
2008-01-03
Choose a more apropriate parameter name.
Michael Adam
1
-2
/
+2
2008-01-03
Rename libnet_smbconf_reg_open_basepath() to libnet_smbconf_reg_open_basekey().
Michael Adam
1
-9
/
+9
2008-01-02
Fix some C++ warnings (patch was Volker's) - implicit case from void* to char*
Gerald (Jerry) Carter
1
-2
/
+4
2008-01-02
Merge branch 'work/v3-2-test' into v3-2-test
Gerald (Jerry) Carter
3
-46
/
+44
2008-01-02
use C99 bool return types (true & false).
Gerald (Jerry) Carter
1
-17
/
+17
2008-01-02
Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.
Gerald (Jerry) Carter
3
-29
/
+27
2008-01-02
Attempt to fix bug #3617. Mix of patches from Volker and
Jeremy Allison
2
-22
/
+7
2008-01-02
Use the proper boolean constants.
Michael Adam
1
-2
/
+2
2008-01-02
Fix libnetapi (resolve dependency on libwbclient).
Günther Deschner
1
-1
/
+1
2008-01-02
Fix libsmbclient (resolve dependency on libwbclient).
Günther Deschner
1
-1
/
+1
2008-01-02
Make libsmbsharemodes.so work again (fix unresolved tdb symbols).
Günther Deschner
1
-1
/
+1
2008-01-02
Convert call_trans2open to create_file()
Volker Lendecke
1
-57
/
+16
2008-01-02
Convert reply_mknew to create_file
Volker Lendecke
1
-38
/
+16
2008-01-02
Convert reply_open_and_X to create_file
Volker Lendecke
1
-42
/
+19
2008-01-02
Convert reply_open to create_file
Volker Lendecke
1
-40
/
+19
2008-01-02
Add test_shlibs to Makefile.
Günther Deschner
1
-0
/
+8
2008-01-02
Happy new year !
Günther Deschner
1
-1
/
+1
2008-01-01
Use NULL instead of 0
Volker Lendecke
1
-4
/
+4
2007-12-31
Make the last two helper functions in libnet_conf.c static.
Michael Adam
1
-4
/
+4
2007-12-31
Make grouping in if statement more explicit.
Michael Adam
1
-1
/
+3
2007-12-31
Fix a permissions error in reg_deletekey_recursive().
Michael Adam
1
-1
/
+1
2007-12-31
Change net_conf_import() to only use libnet_conf API functions.
Michael Adam
1
-9
/
+3
2007-12-31
Rewrite net_conf_addshare() to only use libnet_conf API functions.
Michael Adam
1
-20
/
+17
2007-12-31
Rename libnet_smbconf_key_exists() to libnet_smbconf_share_exists()
Michael Adam
2
-25
/
+25
2007-12-30
Remove an unused variable.
Michael Adam
1
-1
/
+0
2007-12-30
Remove an unused variable.
Michael Adam
1
-1
/
+0
2007-12-30
Remove all d_fprintf-s from libnet_conf.c
Michael Adam
2
-20
/
+39
2007-12-30
As the encryption is stream based there's no reason
Jeremy Allison
2
-5
/
+16
2007-12-29
Fix error message.
Jeremy Allison
1
-1
/
+1
2007-12-29
Added -e, --encrypt option to smbclient that immediately
Jeremy Allison
2
-21
/
+145
2007-12-29
Allow encryption context setup on IPC$.
Jeremy Allison
1
-7
/
+27
2007-12-29
Make pdb_tdb honour a private dir overridden in smb.conf.
Michael Adam
1
-1
/
+1
2007-12-30
Make libnet_smbconf_reg_open_path() static.
Michael Adam
1
-4
/
+4
2007-12-30
Make libnet_smbconf_reg_open_basepath() static.
Michael Adam
1
-2
/
+3
2007-12-30
Remove list_values() from net_conf.c - it is not needed any more.
Michael Adam
2
-28
/
+2
2007-12-30
Use libnet_smbconf_get_config() in net_conf_list().
Michael Adam
1
-45
/
+19
2007-12-30
Add a function libnet_smbconf_get_config() to libnet_conf.c
Michael Adam
1
-0
/
+84
2007-12-30
Include libnet/libnet.h in libnet_conf.c to have prototypes available.
Michael Adam
1
-0
/
+1
2007-12-29
Use correct size value for linearize call.
Jeremy Allison
1
-1
/
+1
2007-12-29
Remove tiny code duplication
Volker Lendecke
13
-47
/
+22
2007-12-29
Make [un]marshall_sec_desc use librpc/ndr
Volker Lendecke
1
-25
/
+29
2007-12-29
Make use of [un]marshall_sec_desc
Volker Lendecke
2
-37
/
+28
2007-12-29
Remove tiny code duplication
Volker Lendecke
8
-34
/
+26
2007-12-29
Fix a panic
Volker Lendecke
1
-1
/
+1
2007-12-29
Apply some const
Volker Lendecke
1
-4
/
+4
2007-12-29
Return NULL (instead of unchanged) for no shares/parameters defined.
Michael Adam
1
-0
/
+5
2007-12-29
Dont return count - 1 but count from libnet_smbconf_reg_get_values().
Michael Adam
2
-2
/
+2
2007-12-29
Make sure libnet_smbconf_get_share_names() always lists "global" first.
Michael Adam
2
-5
/
+22
2007-12-29
Move talloc-appending a string to an array to its own helper function
Michael Adam
1
-13
/
+49
[prev]
[next]