summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-12man pages: Fix typos.Christoph Zauner6-14/+15
2008-06-12Samba3-HOWTO: Fix typos.Christoph Zauner3-11/+14
2008-06-12Fix typos.Christoph Zauner1-3/+3
2008-06-11Fix max_fd calculation in event_loop_onceVolker Lendecke1-1/+1
2008-06-11rpc_client: fix some valgrind warnings.Günther Deschner1-2/+4
2008-06-11re-run make idl.Günther Deschner4-44/+34
2008-06-11idl: fix drsuapi_DsGetNCChanges.Günther Deschner1-3/+4
2008-06-11net: remove some dead code.Günther Deschner1-29/+0
2008-06-11pam_winbind: Update cached creds during password change.Günther Deschner1-0/+4
2008-06-10rpcclient: add more useful comments what sign/seal commands are doing.Günther Deschner1-9/+19
2008-06-10Correctly find a [u]int32_t replacementVolker Lendecke1-6/+15
2008-06-10Fix some scary FC9 warningsVolker Lendecke1-39/+41
2008-06-10man pages: Don't refer to numbered chapter of the HOWTO collection.Karolin Seeger1-1/+2
2008-06-10socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher1-0/+8
2008-06-10socket_wrapper: sync missing stuff from v4-0-testStefan Metzmacher5-8/+17
2008-06-10Factor out IP marshalling into separate function.Jelmer Vernooij1-36/+43
2008-06-10r25783: socket_wrapper: don't include "includes.h"Stefan Metzmacher1-12/+5
2008-06-10r23420: try to make the IBM checker happyStefan Metzmacher1-3/+8
2008-06-10r22236: Update to Heimdal's socket_wrapper, which supports IPv6.Stefan Metzmacher1-161/+391
2008-06-10r21729: Some more testsJelmer Vernooij2-6/+29
2008-06-10r21671: Add initial simple tests for socket wrapperStefan Metzmacher3-1/+84
2008-06-10r19409: Pull in <sys/time.h> for struct timeval for non samba build (don'tLove Hörnquist Åstrand1-0/+1
2008-06-10r19367: Solaris needs <sys/filio.h> for FIONREAD.Love Hörnquist Åstrand1-0/+1
2008-06-10man pages: Fix broken smb.conf section about the 'get quota command'.Karolin Seeger1-2/+3
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin24-168/+102
2008-06-10net: Make "net sam" use functable3Kai Blin1-110/+351
2008-06-10net: Make "net rpc registry" use functable3Kai Blin1-36/+102
2008-06-10net: Make "net registry" use functable3Kai Blin1-16/+40
2008-06-10net: Make "net conf" use a functable similar to functable3Kai Blin1-43/+139
2008-06-10net: Use d_printf() instead of printf() in net_ads_gpo.cKai Blin1-38/+38
2008-06-10net: Make "net rpc service" use functable3Kai Blin1-27/+93
2008-06-10net: Make "net rpc rights" use functable3Kai Blin1-26/+59
2008-06-10net: Make "net rpc audit" use functable3Kai Blin1-11/+78
2008-06-10net: Make "net rpc" use functable3Kai Blin4-315/+917
2008-06-10net: Make "net rap" use functable3Kai Blin2-210/+470
2008-06-10net: Make "net ads gpo" use functable3Kai Blin1-47/+124
2008-06-10net: Make "net ads" use functable3Kai Blin2-216/+512
2008-06-10net: Make "net usershare" use functable3Kai Blin1-29/+49
2008-06-10net: Fix comment for net_time_zone()Kai Blin1-1/+1
2008-06-10net: Make "net time" use functable3Kai Blin1-13/+57
2008-06-10net: Make "net idmap" use functable3Kai Blin1-18/+80
2008-06-10net: Make "net groupmap" use functable3Kai Blin1-51/+138
2008-06-10net: Make "net dom" use functable3Kai Blin1-10/+25
2008-06-10net: Make "net cache" use functable3Kai Blin1-33/+75
2008-06-10net: Make "net afs" use functable3Kai Blin1-6/+19
2008-06-10net: Make "net status" use functable3Kai Blin1-6/+39
2008-06-10net: Don't try to look up a server if net time is called with a command.Kai Blin1-5/+5
2008-06-10net: Add net_display_usage_from_functable()Kai Blin2-0/+8
2008-06-10net: Autogenerate "net help" output from net's functable.Kai Blin3-63/+30
2008-06-10net: Use functable3Kai Blin2-44/+285