summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-07-18netapi: add libnetapi_samr_free().Günther Deschner3-0/+22
2008-07-18netapi: use private samr structure in libnetapi_samr_open_builtin().Günther Deschner2-2/+39
2008-07-18netapi: use private samr structure in libnetapi_samr_open_domain().Günther Deschner2-2/+48
2008-07-18netapi: add libnetapi_samr_close_builtin_handle().Günther Deschner2-0/+26
2008-07-18netapi: add libnetapi_samr_close_domain/connect_handle.Günther Deschner2-0/+52
2008-07-18netapi: add libnetapi_private_ctx and init function.Günther Deschner3-0/+48
2008-07-18netapi: fix NetGroupGetInfo() against NT4.Günther Deschner1-1/+11
2008-07-18netapi: fix NetGroupDel() against NT4.Günther Deschner1-1/+3
2008-07-18netapi: fix NetUserAdd() against NT4.Günther Deschner1-0/+15
2008-07-18netapi: typo in NetGroupEnum example code.Günther Deschner1-1/+1
2008-07-18netapi: fix build warning for ConvertSidToStringSid().Günther Deschner1-3/+3
2008-07-18smbldap: Fix typo in debug message.Karolin Seeger1-1/+1
2008-07-17Simplify samba_version_string.Andreas Schneider1-34/+11
2008-07-17netapi: use ConvertSidToStringSid in NetGetGroupInfo query.Günther Deschner1-1/+6
2008-07-17netapi: add NetGroupEnum example code.Günther Deschner2-0/+159
2008-07-17netapi: fill in NetGroupEnum_r().Günther Deschner1-2/+259
2008-07-17netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.Günther Deschner2-5/+7
2008-07-17netapi: add NetGroupEnum to public headers.Günther Deschner1-0/+28
2008-07-17netapi: add skeleton for NetGroupEnum().Günther Deschner3-0/+82
2008-07-17netapi: add ConvertSidToStringSid() for convenience of the callers.Günther Deschner2-0/+65
2008-07-17util: add policy_hnd_equal().Günther Deschner1-0/+10
2008-07-17netapi: fix documentation for NetGroupSetInfo.Günther Deschner1-2/+2
2008-07-16Add ndr_syntax_id_equal()Volker Lendecke1-1/+9
2008-07-15netapi: fix vim(?)-typoMichael Adam1-1/+1
2008-07-15netapi: Correctly increase idx when displaying user informationKai Blin1-1/+3
2008-07-15dbwrap: don't panic in db_open_trans() if called with TDB_CLEAR_IF_FIRST.Michael Adam1-1/+1
2008-07-15dbwrap: don't panic in db_open_trans() when attaching to ctdb fails.Michael Adam1-2/+0
2008-07-15dbwrap: don't panic in db_open() when attaching to ctdb fails.Michael Adam1-2/+1
2008-07-15dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_open_trans.Michael Adam1-1/+8
2008-07-15dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_openMichael Adam1-1/+8
2008-07-15popt: add a popt_common_debuglevel set of options providing -d|--debuglevelMichael Adam1-0/+6
2008-07-14Fix typo.Karolin Seeger2-2/+2
2008-07-11Revert "Return timed out entries from gencache_get if timeout param != NULL"Volker Lendecke1-15/+10
2008-07-11Revert "Remove gencache_[un]lock_entry"Volker Lendecke1-0/+25
2008-07-10Fix a segfault in base64_encode_data_blobVolker Lendecke1-1/+3
2008-07-10A brown paper bag bug fix for "net sam rights"Volker Lendecke1-1/+1
2008-07-09Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam1-1/+1
2008-07-08Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman1-2/+2
2008-07-08[BUG 5580] Allow access to DFS shares via libsmbclientDerrell Lipman1-0/+5
2008-07-08Minor style correctionZach Loafman1-2/+2
2008-07-08tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam1-1/+1
2008-07-03Remove gencache_[un]lock_entryVolker Lendecke1-25/+0
2008-07-03Return timed out entries from gencache_get if timeout param != NULLVolker Lendecke1-10/+15
2008-07-03netapi: fix doxygen warning.Günther Deschner1-1/+1
2008-07-02Remove worrying warning message when safe_strcpy tries to copy a pseaudo inte...Jeremy Allison1-1/+1
2008-07-02Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison1-0/+3
2008-07-01MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare1-1/+1
2008-07-01Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int orJeremy Allison1-1/+1
2008-07-01Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse searchin...Jeremy Allison1-1/+1
2008-06-27Do not segfault if corepath is not set up properlyVolker Lendecke1-0/+5